Author: jelmer
Date: 2005-02-10 18:50:51 +0000 (Thu, 10 Feb 2005)
New Revision: 357

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=357

Log:
Couple of minor fixes

Modified:
   trunk/Makefile


Changeset:
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2005-02-10 08:51:11 UTC (rev 356)
+++ trunk/Makefile      2005-02-10 18:50:51 UTC (rev 357)
@@ -45,7 +45,7 @@
 
 # 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 @@
 # 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 @@
        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
 

Reply via email to