mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
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:
parent
ed4759b71d
commit
e412e146f6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue