From fedcbe8f083f67b3689327bceb9a578175eef625 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 11 Mar 2005 15:57:45 +0000 Subject: - Be a bit more verbose. - Try some more possibilities when looking for 3.0 sources. - Fix "make files" (This used to be commit 0e33ad6b3b45a95868c64a80ff9e1e97ebe51c16) --- docs/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index f117b34b69..d3f2b1290b 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,5 +1,5 @@ ################################################################# -# Makefile.in for Samba Documentation +# Makefile for Samba Documentation # Authors: # James Moore # Gerald Carter @@ -172,6 +172,10 @@ $(PSDIR)/%.ps: $(DVIDIR)/%.dvi xslt/figures/%.pdf: xslt/figures/%.eps $(EPSTOPDF) $< +# RTF files +$(RTFDIR)/%.rtf: $(DOCBOOKDIR)/%.xml + $(XSLTPROC) --output $@ http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl $< + # Fo $(FODIR)/%.fo: $(DOCBOOKDIR)/%.xml mkdir -p $(@D) @@ -190,7 +194,7 @@ $(HTMLHELPDIR)/%: $(DOCBOOKDIR)/%.xml # Plucker docs $(PLUCKERDIR)/%.pdb: $(HTMLDIR)/%.html mkdir -p $(@D) - $(PLUCKERBUILD) -v -M1 --stayonhost --noimages --zlib-compression -H file:$< -f $* -p $(PLUCKERDIR) + $(PLUCKERBUILD) -v -V 2 --stayonhost --zlib-compression -f $* -p $(PLUCKERDIR) file:$< # Manpages $(MANPAGEDIR)/smb.conf.5.xml: $(SMBDOTCONFDOC)/parameters.all.xml $(SMBDOTCONFDOC)/parameters.service.xml $(SMBDOTCONFDOC)/parameters.global.xml @@ -241,7 +245,7 @@ undocumented: $(SMBDOTCONFDOC)/parameters.all.xml scripts/find_missing_doc.pl sc # Examples and the like -files: $(HOWTODIR)/index.xml xslt/extract-smbfiles.xsl +files: Samba-HOWTO-Collection/index.xml xslt/extract-smbfiles.xsl $(XSLTPROC) xslt/extract-smbfiles.xsl $< > /dev/null samples: $(DOCBOOKDIR)/Samba-HOWTO-Collection.xml xslt/extract-examples.xsl scripts/indent-smb.conf.pl -- cgit