diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-15 04:13:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-15 04:13:27 +0000 |
commit | e0bf1b8ffefde175d6d22192488c1f2b4a2e5ee1 (patch) | |
tree | cd73f427a208a256fad525949f3f48a06b58f11b /make-dist | |
parent | 5a01d8c10c2b1e45275a9c90c6c614c8ac9c561a (diff) | |
download | emacs-e0bf1b8ffefde175d6d22192488c1f2b4a2e5ee1.tar.gz |
Make links in info subdir.
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 32ac5937ea8..99216ac40f2 100755 --- 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 |