projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed4759b
)
fix for case where none of the tools for docbuilding are there but validity check...
author
Thomas Vander Stichele
<thomas@apestaart.org>
Thu, 11 Dec 2003 16:39:32 +0000
(16:39 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/docs/manuals.mak
b/docs/manuals.mak
index 51f5ec7142e3d3edeb796921c89edac666090ec8..c5ca26b62700b70570891bf204362039c28ea93b 100644
(file)
--- 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