From dfe37db57a6b458bf5198ef4ef0682c697b43f8d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 20 Aug 2005 13:11:52 +0000 Subject: [PATCH] More verbose error message + ignore generated pdf files for images --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 2d3b3e8cc6f..4a046b1362f 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 $< -- 2.11.4.GIT