Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
46d71064
Commit
46d71064
authored
Jan 14, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Plain Diff
Merge: make-dist distributes test/ files too.
parents
6d3d6113
9f4b8b47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
ChangeLog
ChangeLog
+8
-0
make-dist
make-dist
+21
-0
No files found.
ChangeLog
View file @
46d71064
2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
* make-dist: Distribute test/ files too.
Distribute every file under test/ that is under version control,
using patterns like *.el to capture files that are added later.
Without this change, "configure" would fail, because it would
attempt to build from a Makefile.in that was not distributed.
2011-01-13 Christian Ohler <ohler@gnu.org>
* Makefile.in (INFO_FILES): Add ERT.
...
...
make-dist
View file @
46d71064
...
...
@@ -295,6 +295,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
\
...
...
@@ -474,6 +475,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'"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment