diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-21 10:31:57 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:23 -0500 |
commit | 8ee9f6806b3cd2519d3a4afe4b254689b2006325 (patch) | |
tree | dc6586aaf11456e0d9a6b8705b33a394ee926a09 /docs/Makefile | |
parent | 995aeb00afcc37f2b42fc41f7998264664c3c1c7 (diff) | |
download | samba-8ee9f6806b3cd2519d3a4afe4b254689b2006325.tar.gz samba-8ee9f6806b3cd2519d3a4afe4b254689b2006325.tar.bz2 samba-8ee9f6806b3cd2519d3a4afe4b254689b2006325.zip |
Fix smbconfsection output
(This used to be commit 60ce39300d498bc5b14da534658f9f26c61c72b2)
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 35e5f2fd87..1a9ac767ea 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -82,7 +82,7 @@ $(DOCBOOKDIR)/%.xml: $(MANPAGEDIR)/%.xml xslt/expand-sambadoc.xsl $(DOCBOOKDIR)/manpages.xml: $(MANPAGES) xslt/manpage-summary.xsl mkdir -p $(@D) echo "<article><variablelist>" > $@ - for I in $(MANPAGES); do $(XSLTPROC) xslt/manpage-summary.xsl $$I >> $@; done + $(XSLTPROC) xslt/manpage-summary.xsl $(MANPAGES) >> $@ echo "</variablelist></article>" >> $@ # HTML docs |