Put the CLEANFILES for the parsers inside the BUILD_PARSERS check. Added
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 4 Apr 2009 18:04:53 +0000 (18:04 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 4 Apr 2009 18:04:53 +0000 (18:04 +0000)
Makefile.in to svn:ignore in doc/.

git-svn-id: http://svn.complang.org/ragel/trunk@778 052ea7fc-9027-0410-9066-f65837a77df0

ragel/Makefile.am

index 55ab977..76c4ea2 100644 (file)
@@ -23,15 +23,15 @@ ragel_SOURCES = \
 BUILT_SOURCES = \
        rlscan.cpp rlparse.h rlparse.cpp version.h
 
-CLEANFILES = \
-       rlscan.cpp rlparse.h rlparse.cpp
-
 version.h: Makefile
        echo '#define VERSION "$(PACKAGE_VERSION)"' > version.h
        echo '#define PUBDATE "$(PUBDATE)"' >> version.h
 
 if BUILD_PARSERS
 
+CLEANFILES = \
+       rlscan.cpp rlparse.h rlparse.cpp
+
 rlparse.h: rlparse.kh
        kelbt -o $@ $<