mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +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
|
# make sure xml validates properly
|
||||||
check-local: $(BUILDDIR)/$(MAIN)
|
check-local: $(BUILDDIR)/$(MAIN)
|
||||||
|
@cp -f $(srcdir)/../image-png $(BUILDDIR)/image.entities
|
||||||
cd $(BUILDDIR) && xmllint -noout -valid $(MAIN)
|
cd $(BUILDDIR) && xmllint -noout -valid $(MAIN)
|
||||||
|
|
||||||
### this is a website upload target
|
### this is a website upload target
|
||||||
|
|
Loading…
Reference in a new issue