mirror of
https://github.com/westes/flex.git
synced 2026-01-26 15:39:06 +00:00
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:
parent
b451ff4576
commit
45fe3acd7e
@ -54,7 +54,8 @@ SUBDIRS = \
|
||||
doc \
|
||||
examples \
|
||||
po \
|
||||
tests
|
||||
tests \
|
||||
tools
|
||||
|
||||
# Create the ChangeLog, but only if we're inside a git working directory
|
||||
|
||||
|
||||
@ -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
2
tools/Makefile.am
Normal file
@ -0,0 +1,2 @@
|
||||
EXTRA_DIST = \
|
||||
git2cl
|
||||
Loading…
x
Reference in New Issue
Block a user