ca0cf6eb9179c537ea01d1a14aef8680fdda9a66
[external/ragel.git] / Makefile.am
1
2 SUBDIRS = ragel aapl
3 DIST_SUBDIRS = $(SUBDIRS) contrib examples test doc
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         echo "This is a distribution of Ragel $(VERSION)." > $(distdir)/DIST
12