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
This commit is contained in:
Thomas Vander Stichele 2003-12-11 16:39:32 +00:00
parent ed4759b71d
commit e412e146f6

View 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