More verbose error message + ignore generated pdf files for images
authorJelmer Vernooij <jelmer@samba.org>
Sat, 20 Aug 2005 13:11:52 +0000 (13:11 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 20 Aug 2005 13:11:52 +0000 (13:11 +0000)
Makefile

index 2d3b3e8cc6f43f09ebe27c90259b19ea183fc231..4a046b1362fc65c09d3e5d796bdeeb915a53b41c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ validate: $(addsuffix -validate,$(MAIN_DOCS))
 # Intermediate docbook docs
 #
 $(DOCBOOKDIR)/%.xml: %/index.xml xslt/expand-sambadoc.xsl
-       @echo "Converting Samba-specific tags..."
+       @echo "Converting Samba-specific tags for $*..."
        @mkdir -p $(@D)
        @$(XSLTPROC) --stringparam latex.imagebasedir "$*/" --stringparam noreference 1 --xinclude --output $@ xslt/expand-sambadoc.xsl $<