diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-11 15:57:45 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:17 -0500 |
commit | fedcbe8f083f67b3689327bceb9a578175eef625 (patch) | |
tree | a8403b50731b2fe2646d59d4e038e3e54f4d937b /docs/Makefile | |
parent | 2f5e431faf6f8552a706f7245b85bf06c48e4bf7 (diff) | |
download | samba-fedcbe8f083f67b3689327bceb9a578175eef625.tar.gz samba-fedcbe8f083f67b3689327bceb9a578175eef625.tar.bz2 samba-fedcbe8f083f67b3689327bceb9a578175eef625.zip |
- Be a bit more verbose.
- Try some more possibilities when looking for 3.0 sources.
- Fix "make files"
(This used to be commit 0e33ad6b3b45a95868c64a80ff9e1e97ebe51c16)
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
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 <jmoore@php.net> # Gerald Carter <jerry@samba.org> @@ -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 |