summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-20 13:11:52 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:06 -0500
commitf8ced2c79918104e9be4323257147703e68a337c (patch)
treef75a41a17d15bbeeca767e9a2c8f6eda51d91527 /docs/Makefile
parent45e7d8a1bae82342ff1d2c4764602847ba039bcd (diff)
downloadsamba-f8ced2c79918104e9be4323257147703e68a337c.tar.gz
samba-f8ced2c79918104e9be4323257147703e68a337c.tar.bz2
samba-f8ced2c79918104e9be4323257147703e68a337c.zip
More verbose error message + ignore generated pdf files for images
(This used to be commit a7ddeac8bfcaba0b1c01d08a357c98c8f4bbbad7)
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 2d3b3e8cc6..4a046b1362 100644
--- a/docs/Makefile
+++ b/docs/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 $<