diff options
author | Jim Blandy <jimb@redhat.com> | 1993-01-14 17:37:06 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-01-14 17:37:06 +0000 |
commit | 906e2e38a847d43d9b292bda341693c21b2eb87c (patch) | |
tree | ed27e41002b4d4e2ec7bf5e9ada8948c9ec99039 /make-dist | |
parent | 5ac60eae96f8fd9ad0f12341ad29a920b395e944 (diff) | |
download | emacs-906e2e38a847d43d9b292bda341693c21b2eb87c.tar.gz |
Remove info from the distribution. It looks very out of date now.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/make-dist b/make-dist index b6049aad062..a992a7f1f0e 100755 --- a/make-dist +++ b/make-dist @@ -200,14 +200,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 |