]> code.delx.au - gnu-emacs/commitdiff
Make links in info subdir.
authorRichard M. Stallman <rms@gnu.org>
Sat, 15 May 1993 04:13:27 +0000 (04:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 15 May 1993 04:13:27 +0000 (04:13 +0000)
make-dist

index 32ac5937ea8f610ccb25b447136fc304ffd6e279..99216ac40f29e024a1097c0ca99790b276e9c155 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -215,14 +215,14 @@ echo "Making links to \`cpp'."
 (cd cpp
  ln cccp.c cexp.y Makefile README ../${tempdir}/cpp)
 
-###!! echo "Making links to \`info'."
-###!! # Don't distribute backups or autosaves.
-###!! (cd info
-###!!  ln [a-zA-Z]* ../${tempdir}/info
-###!!  cd ../${tempdir}/info
-###!!  # Avoid an error when expanding the wildcards later.
-###!!  ln emacs dummy~ ; ln emacs \#dummy\#
-###!!  rm -f *~ \#*\# core)
+echo "Making links to \`info'."
+# Don't distribute backups or autosaves.
+(cd info
+ ln [a-zA-Z]* ../${tempdir}/info
+ cd ../${tempdir}/info
+ # Avoid an error when expanding the wildcards later.
+ ln emacs dummy~ ; ln emacs \#dummy\#
+ rm -f *~ \#*\# core)
 
 echo "Making links to \`man'."
 (cd man