From 22c2ec2fbf34ed50c00bbd98cbc7bee273029027 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 1 Dec 2003 13:09:18 +0000 Subject: [PATCH] cleaning out the closet Original commit message from CVS: cleaning out the closet --- docs/manuals.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manuals.mak b/docs/manuals.mak index a42533b..ee860df 100644 --- a/docs/manuals.mak +++ b/docs/manuals.mak @@ -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 -- 2.7.4