]> granicus.if.org Git - flex/commitdiff
Add tools/ directory.
authorWill Estes <westes575@gmail.com>
Fri, 14 Feb 2014 21:00:02 +0000 (16:00 -0500)
committerWill Estes <westes575@gmail.com>
Sun, 16 Feb 2014 14:19:51 +0000 (09:19 -0500)
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.

Makefile.am
configure.ac
tools/Makefile.am [new file with mode: 0644]

index 9de3bbedb5ddc1e387ef70dff483b39eeb686de7..e517a0f16ecd38d01959ceffc95206ad700ea291 100644 (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
 
index b83f166f846bec93bb8ab66d6043fb9c8e0123bc..abc1d1637731947143c947ad1709a168a2adc61a 100644 (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
diff --git a/tools/Makefile.am b/tools/Makefile.am
new file mode 100644 (file)
index 0000000..46743a6
--- /dev/null
@@ -0,0 +1,2 @@
+EXTRA_DIST = \
+       git2cl