diff options
Diffstat (limited to 'docs/Makefile')
-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 $< |