From e412e146f69d7762c080a70406a74be3e4a9c428 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 11 Dec 2003 16:39:32 +0000 Subject: [PATCH] fix for case where none of the tools for docbuilding are there but validity check needs image.entities Original commit message from CVS: fix for case where none of the tools for docbuilding are there but validity check needs image.entities --- docs/manuals.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manuals.mak b/docs/manuals.mak index 51f5ec7142..c5ca26b627 100644 --- a/docs/manuals.mak +++ b/docs/manuals.mak @@ -166,6 +166,7 @@ $(BUILDIMAGESDIR)/%.ps: %.png # make sure xml validates properly check-local: $(BUILDDIR)/$(MAIN) + @cp -f $(srcdir)/../image-png $(BUILDDIR)/image.entities cd $(BUILDDIR) && xmllint -noout -valid $(MAIN) ### this is a website upload target