More verbose error message + ignore generated pdf files for images
[import/samba-docs-svnimport.git] / 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 $<