Add tools/ directory.

Since tools/git2cl is a dependency of ChangeLog, not distributing
tools/git2cl with flex causes the "make dist" target to fail in the distributed tar ball.
This commit is contained in:
Will Estes 2014-02-14 16:00:02 -05:00
parent b451ff4576
commit 45fe3acd7e
3 changed files with 5 additions and 1 deletions

View File

@ -54,7 +54,8 @@ SUBDIRS = \
doc \
examples \
po \
tests
tests \
tools
# Create the ChangeLog, but only if we're inside a git working directory

View File

@ -120,6 +120,7 @@ examples/manual/Makefile
lib/Makefile
po/Makefile.in
src/Makefile
tools/Makefile
tests/Makefile
tests/TEMPLATE/Makefile
tests/test-array-nr/Makefile

2
tools/Makefile.am Normal file
View File

@ -0,0 +1,2 @@
EXTRA_DIST = \
git2cl