cleaning out the closet
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 1 Dec 2003 13:09:18 +0000 (13:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 1 Dec 2003 13:09:18 +0000 (13:09 +0000)
Original commit message from CVS:
cleaning out the closet

docs/manuals.mak

index a42533b..ee860df 100644 (file)
@@ -165,8 +165,8 @@ $(BUILDIMAGESDIR)/%.ps: %.png
        @cat $< | pngtopnm | pnmtops -noturn > $@ 2> /dev/null
 
 # make sure xml validates properly
-#check-local:
-#      xmllint -noout -valid $(srcdir)/$(MAIN)
+check-local: $(BUILDDIR)/$(MAIN)
+       cd $(BUILDDIR) && xmllint -noout -valid $(MAIN)
 
 ### this is a website upload target