summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2014-02-13 10:11:21 -0500
committerWill Estes <westes575@gmail.com>2014-02-13 10:11:21 -0500
commit6a0490cda1f77bf54966e3de0e32f3b95ab176eb (patch)
tree01cfc360eba12a29d4a1f3795ebf07e15c522444
parent89ad33597e413fbd978bfa8b94ff9da9ecee0406 (diff)
removed tools/ subdirectory from distribution
Since it is not possible to rebuild the ChangeLog file without being in a git working directory of flex, distributing the tools directory is misleading. In particular, git2cl will always fail.
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac1
-rw-r--r--tools/Makefile.am3
3 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 1f90356..fc51921 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -120,7 +120,6 @@ SUBDIRS = \
doc \
examples \
po \
- tools \
tests
localedir = $(datadir)/locale
diff --git a/configure.ac b/configure.ac
index 8fddf54..a7c965c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,7 +118,6 @@ examples/fastwc/Makefile
examples/manual/Makefile
lib/Makefile
po/Makefile.in
-tools/Makefile
tests/Makefile
tests/TEMPLATE/Makefile
tests/test-array-nr/Makefile
diff --git a/tools/Makefile.am b/tools/Makefile.am
deleted file mode 100644
index 48385da..0000000
--- a/tools/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-EXTRA_DIST = \
- git2cl
-