diff options
author | Jim Blandy <jimb@redhat.com> | 1993-04-10 06:04:53 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-04-10 06:04:53 +0000 |
commit | ea58075dacaab992f1250450a08bc65f3cf3fa43 (patch) | |
tree | 97e4a755aef322c45daf179b77e2167d00fd52f4 /make-dist | |
parent | f2c93642e72cd1ef83f90ff5fc224150f028e7d2 (diff) | |
download | emacs-ea58075dacaab992f1250450a08bc65f3cf3fa43.tar.gz |
* make-dist: Distribute lib-src/rcs-checkin.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 6212cbf5c41..60072c9ec0a 100755 --- a/make-dist +++ b/make-dist @@ -191,7 +191,7 @@ echo "Making links to \`lib-src'." (cd lib-src ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex [a-zA-Z]*.com ../${tempdir}/lib-src ln ChangeLog Makefile.in README testfile vcdiff rcs2log ../${tempdir}/lib-src - ln emacs.csh ../${tempdir}/lib-src + ln emacs.csh rcs-checkin ../${tempdir}/lib-src cd ../${tempdir}/lib-src rm -f getdate.c getdate.tab.c y.tab.c y.tab.h rm -f =* TAGS) |