* make-dist: Do not distribute generated admin/grammars/Makefile.
This commit is contained in:
parent
6f8c67690b
commit
235b3c7920
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-04-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* make-dist: Do not distribute generated admin/grammars/Makefile.
|
||||
|
||||
2014-04-09 Ken Brown <kbrown@cornell.edu>
|
||||
|
||||
* configure.ac (EMACS_MANIFEST): Revert last change (but leave
|
||||
|
|
|
@ -451,7 +451,7 @@ echo "Making links to \`lwlib'"
|
|||
echo "Making links to \`admin' and its subdirectories"
|
||||
for f in `find admin -type f`; do
|
||||
case $f in
|
||||
admin/unidata/Makefile) continue ;;
|
||||
*/Makefile) [ -f $f.in ] && continue ;;
|
||||
esac
|
||||
ln $f $tempdir/$f
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue