Browse Source

Renamed script directory

tmp/comercial-emacs
Juan Jose Garcia-Ripoll 4 years ago
parent
commit
37ea4b821d
  1. 6
      emacs-build.sh
  2. 0
      scripts/hunspell.sh
  3. 0
      scripts/pdf-tools.sh
  4. 0
      scripts/tools.sh

6
emacs-build.sh

@ -28,9 +28,9 @@
# See write_help below for all options.
#
. extras/tools.sh
. extras/pdf-tools.sh
. extras/hunspell.sh
. scripts/tools.sh
. scripts/pdf-tools.sh
. scripts/hunspell.sh
function write_help () {
cat <<EOF

0
extras/hunspell.sh → scripts/hunspell.sh

0
extras/pdf-tools.sh → scripts/pdf-tools.sh

0
extras/tools.sh → scripts/tools.sh

Loading…
Cancel
Save