diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-02-10 18:50:51 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:13 -0500 |
commit | fce3e0803b6e04a32516bd2ce2ef128e71a5df79 (patch) | |
tree | fcd22790f0249a138754fe3a6e5cc21d7f17e2ee /docs | |
parent | 85ee909fce3919c00d83e570d9dcefa33453df60 (diff) | |
download | samba-fce3e0803b6e04a32516bd2ce2ef128e71a5df79.tar.gz samba-fce3e0803b6e04a32516bd2ce2ef128e71a5df79.tar.bz2 samba-fce3e0803b6e04a32516bd2ce2ef128e71a5df79.zip |
Couple of minor fixes
(This used to be commit 4b8b1b9294d038707b36403a2f1e165dfe4dc1f1)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Makefile b/docs/Makefile index 51ec3e529e..7f4ffde695 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -45,7 +45,7 @@ Samba-Developers-Guide/index.xml: $(subst Samba-Developers-Guide/index.xml,,$(wi # Pseudo targets all: $(TARGETS) -everything: manpages pdf html-single html htmlman txt ps fo htmlhelp pearson verify +everything: manpages pdf html-single html htmlman txt ps fo htmlhelp pearson validate release: manpages htmlman html pdf # Output format targets @@ -181,7 +181,7 @@ $(FODIR)/%.fo: $(DOCBOOKDIR)/%.xml # PDF thru Fo $(FOPDFDIR)/%.pdf: $(FODIR)/%.fo mkdir -p $(@D) - $(FOP) $< $@ + $(FOP) -q -d $< -pdf $@ $(HTMLHELPDIR)/%: $(DOCBOOKDIR)/%.xml -mkdir -p $@/images @@ -232,7 +232,7 @@ $(VALIDATEDIR)/%.report.html: $(DOCBOOKDIR)/%.xml mkdir -p $(@D) $(XMLLINT) --valid --noout --htmlout $< 2> $@ -verify: $(VALIDATEDIR)/Samba-HOWTO-Collection.report.html $(VALIDATEDIR)/Samba-Developers-Guide.report.html $(VALIDATEDIR)/Samba-Guide.report.html +validate: $(VALIDATEDIR)/Samba-HOWTO-Collection.report.html $(VALIDATEDIR)/Samba-Developers-Guide.report.html $(VALIDATEDIR)/Samba-Guide.report.html # Find undocumented parameters |