fix for case where none of the tools for docbuilding are there but validity check...
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 11 Dec 2003 16:39:32 +0000 (16:39 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 11 Dec 2003 16:39:32 +0000 (16:39 +0000)
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

index 51f5ec7142e3d3edeb796921c89edac666090ec8..c5ca26b62700b70570891bf204362039c28ea93b 100644 (file)
@@ -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