aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorJim Blandy1993-04-10 06:04:53 +0000
committerJim Blandy1993-04-10 06:04:53 +0000
commitd1b985ec39dc2a7e04b376b41bc717ee95244522 (patch)
tree2ce7a2f6f44b827ebc177b50a05df51559392322 /make-dist
parent7d99494c509dc3feefd6afc03daa05068c85eaf7 (diff)
downloademacs-d1b985ec39dc2a7e04b376b41bc717ee95244522.tar.gz
emacs-d1b985ec39dc2a7e04b376b41bc717ee95244522.zip
* make-dist: Distribute lib-src/rcs-checkin.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
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'."
191(cd lib-src 191(cd lib-src
192 ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex [a-zA-Z]*.com ../${tempdir}/lib-src 192 ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex [a-zA-Z]*.com ../${tempdir}/lib-src
193 ln ChangeLog Makefile.in README testfile vcdiff rcs2log ../${tempdir}/lib-src 193 ln ChangeLog Makefile.in README testfile vcdiff rcs2log ../${tempdir}/lib-src
194 ln emacs.csh ../${tempdir}/lib-src 194 ln emacs.csh rcs-checkin ../${tempdir}/lib-src
195 cd ../${tempdir}/lib-src 195 cd ../${tempdir}/lib-src
196 rm -f getdate.c getdate.tab.c y.tab.c y.tab.h 196 rm -f getdate.c getdate.tab.c y.tab.c y.tab.h
197 rm -f =* TAGS) 197 rm -f =* TAGS)