]> code.delx.au - gnu-emacs/blobdiff - update-subdirs
Add xref to Make manual.
[gnu-emacs] / update-subdirs
index fa66a2b05dbd23f66232d5d9ba87bb5e720ed1a1..801b15003da7da1617ae9132dd9d9d755518c122 100755 (executable)
@@ -36,8 +36,11 @@ done
 if [ "x$subdirs" = x ]; then
   rm -f subdirs.el
 else
+
+  echo ";; -*- no-byte-compile: t -*-" > subdirs.el
+
   echo ";; In load-path, after this directory should come
-;; certain of its subdirectories.  Here we specify them." > subdirs.el
+;; certain of its subdirectories.  Here we specify them." >> subdirs.el
 
   echo "(normal-top-level-add-to-load-path '($subdirs))" >> subdirs.el
 fi