Fixed improper allocation of checks in makeIncludePathChecks.
[external/ragel.git] / Makefile.am
1
2 SUBDIRS = ragel doc
3 DIST_SUBDIRS = $(SUBDIRS) aapl contrib examples test
4
5 dist_doc_DATA = CREDITS ChangeLog
6 EXTRA_DIST = ragel.vim
7
8 # This file is checked for by the configure script and its existence causes the
9 # parsers and the manual to not be built when the distribution is built.
10 dist-hook:
11         ( \
12         echo "#!/bin/sh"; \
13         echo ""; \
14         echo "# Change to yes to enable building of parsers or manual. Reconfigure"; \
15         echo "# afterwards."; \
16         echo "build_parsers=no;"; \
17         echo "build_manual=no;"; \
18         ) > $(distdir)/DIST
19