projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec471d0
)
dist/make-src-files: Include tests/ in the source distribution.
author
Matt Birkholz
<puck@birchwood-abbey.net>
Fri, 29 Jan 2016 19:21:54 +0000
(12:21 -0700)
committer
Matt Birkholz
<puck@birchwood-abbey.net>
Wed, 3 Feb 2016 00:08:15 +0000
(17:08 -0700)
dist/make-src-files
patch
|
blob
|
history
diff --git
a/dist/make-src-files
b/dist/make-src-files
index 20e182baef40ba5c4c8bfd6b5840dde1e0d2f519..8cfc4014fec3477279caf0e2b904881b3f963b29 100755
(executable)
--- a/
dist/make-src-files
+++ b/
dist/make-src-files
@@
-34,7
+34,7
@@
make_read_only "${CHANGELOG}"
notify "Creating the distribution directory"
new_temp_dir "${DIST_DIR}"
my_cp "${CHANGELOG}" "${DIST_DIR}"/.
-for FILE in src doc dist/Makefile; do
+for FILE in src
tests
doc dist/Makefile; do
my_cp "${SOURCE_TREE}"/"${FILE}" "${DIST_DIR}"/.
done
my_mkdir "${DIST_DIR}"/etc