* builds/toplevel.mk: We use git, not CVS, thus skip `.gitignore'.

autohinter-properties
Werner Lemberg 14 years ago
parent 073986ec4a
commit ee5d3b5947
  1. 4
      ChangeLog
  2. 2
      builds/toplevel.mk

@ -1,3 +1,7 @@
2011-06-30 İsmail Dönmez <ismail@namtrac.org>
* builds/toplevel.mk: We use git, not CVS, thus skip `.gitignore'.
2011-06-29 Werner Lemberg <wl@gnu.org>
Fix Savannah bug #33663.

@ -199,7 +199,7 @@ dist:
currdir=`pwd` ; \
for f in `find . -wholename '*/.git' -prune \
-o -name .cvsignore \
-o -name .gitignore \
-o -type d \
-o -print` ; do \
ln -s $$currdir/$$f tmp/$$f ; \

Loading…
Cancel
Save