diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-20 13:11:52 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:06 -0500 |
commit | f8ced2c79918104e9be4323257147703e68a337c (patch) | |
tree | f75a41a17d15bbeeca767e9a2c8f6eda51d91527 /docs | |
parent | 45e7d8a1bae82342ff1d2c4764602847ba039bcd (diff) | |
download | samba-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')
-rw-r--r-- | docs/Makefile | 2 |
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 $< |