* make-dist: Distribute lib-src/update-game-score.exe.manifest.
This commit is contained in:
parent
235b3c7920
commit
9b1ac3be88
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
2014-04-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* make-dist: Do not distribute generated admin/grammars/Makefile.
|
||||
Do distribute lib-src/update-game-score.exe.manifest.
|
||||
|
||||
2014-04-09 Ken Brown <kbrown@cornell.edu>
|
||||
|
||||
|
|
|
@ -385,7 +385,8 @@ echo "Making links to \`lib-src'"
|
|||
ln [a-zA-Z]*.[ch] ../${tempdir}/lib-src
|
||||
ln ChangeLog Makefile.in README testfile ../${tempdir}/lib-src
|
||||
ln grep-changelog rcs2log ../${tempdir}/lib-src
|
||||
ln makefile.w32-in ../${tempdir}/lib-src)
|
||||
ln makefile.w32-in ../${tempdir}/lib-src
|
||||
ln update-game-score.exe.manifest ../${tempdir}/lib-src)
|
||||
|
||||
echo "Making links to \`m4'"
|
||||
(cd m4
|
||||
|
|
Loading…
Add table
Reference in a new issue