1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Couple of minor fixes

(This used to be commit 4b8b1b9294)
This commit is contained in:
Jelmer Vernooij 2005-02-10 18:50:51 +00:00 committed by Gerald W. Carter
parent 85ee909fce
commit fce3e0803b

View File

@ -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