Author: kjs
Date: Fri Apr  6 12:06:06 2007
New Revision: 18017

Modified:
   trunk/config/gen/makefiles/pirc.in

Log:
compilers/pirc:
* changed pirc.in to remove the generated html after make realclean
* add podchecker tests for documentation to pirc.in (make test)

Modified: trunk/config/gen/makefiles/pirc.in
==============================================================================
--- trunk/config/gen/makefiles/pirc.in  (original)
+++ trunk/config/gen/makefiles/pirc.in  Fri Apr  6 12:06:06 2007
@@ -104,6 +104,9 @@
 
 test: all
        cd t && prove && cd ..
+       podchecker src/pirparser.c \
+       src/pirlexer.c \
+       doc/design.pod
 
 
 testclean:
@@ -118,6 +121,7 @@
 realclean: clean
        $(RM_RF) \
        $(STICKY_FILES) \
-       pirc$(EXE)
+       pirc$(EXE) \
+       doc/*.html
 
 distclean: realclean

Reply via email to