summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-01-14 13:12:57 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-01-14 13:12:57 -0800
commitc35917bae472ab11b5ab6f6771ddd6f22743af2c (patch)
tree0260e7112df5cf3c86acdbd108b14885e1e43d2d /make-dist
parent8a1f4a98c1b8e3abaf1b46394a88d09531ce4c2d (diff)
parent46d71064338f940f2ffbd7f49a1709ac39bf44a4 (diff)
downloademacs-c35917bae472ab11b5ab6f6771ddd6f22743af2c.tar.gz
Merge from mainline.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist21
1 files changed, 21 insertions, 0 deletions
diff --git a/make-dist b/make-dist
index 5282753d6f8..f5a5346a44a 100755
--- a/make-dist
+++ b/make-dist
@@ -298,6 +298,7 @@ for subdir in site-lisp \
nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \
`find etc lisp -type d` \
doc doc/emacs doc/misc doc/man doc/lispref doc/lispintro \
+ test test/automated test/cedet test/cedet/tests test/indent \
info m4 msdos \
nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \
nextstep/Cocoa/Emacs.base/Contents \
@@ -483,6 +484,26 @@ echo "Making links to \`doc/man'"
ln ChangeLog* *.1 ../../${tempdir}/doc/man
cd ../../${tempdir}/doc/man)
+echo "Making links to \`test'"
+(cd test
+ ln *.el ChangeLog README ../${tempdir}/test)
+
+echo "Making links to \`test/automated'"
+(cd test/automated
+ ln *.el Makefile.in ../../${tempdir}/test/automated)
+
+echo "Making links to \`test/cedet'"
+(cd test/cedet
+ ln *.el ../../${tempdir}/test/cedet)
+
+echo "Making links to \`test/cedet/tests'"
+(cd test/cedet/tests
+ ln *.c *.[ch]pp *.el *.hh *.java *.make ../../../${tempdir}/test/cedet/tests)
+
+echo "Making links to \`test/indent'"
+(cd test/indent
+ ln *.m *.mod *.prolog Makefile ../../${tempdir}/test/indent)
+
### It would be nice if they could all be symlinks to top-level copy, but
### you're not supposed to have any symlinks in distribution tar files.
echo "Making sure copying notices are all copies of \`COPYING'"