X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=ca0cf6eb9179c537ea01d1a14aef8680fdda9a66;hb=02f6c93dd625d38cd2b220a58f1375a35ccded57;hp=7ab5f42f38bad7ab5e2328461ac14b5ed4f3de01;hpb=25455644da4f19a88c8469a8d6f91a13dee17fdf;p=external%2Fragel.git diff --git a/Makefile.am b/Makefile.am index 7ab5f42..ca0cf6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,3 +5,8 @@ DIST_SUBDIRS = $(SUBDIRS) contrib examples test doc dist_doc_DATA = CREDITS ChangeLog EXTRA_DIST = ragel.vim +# This file is checked for by the configure script and its existence causes the +# parsers and the manual to not be built when the distribution is built. +dist-hook: + echo "This is a distribution of Ragel $(VERSION)." > $(distdir)/DIST +