doc-xml-version-depends-20090601
authorRuss Allbery <rra@stanford.edu>
Mon, 1 Jun 2009 23:30:42 +0000 (23:30 +0000)
committerRuss Allbery <rra@stanford.edu>
Mon, 1 Jun 2009 23:30:42 +0000 (23:30 +0000)
LICENSE BSD

Make PDF manual generation also depend on version.xml, matching HTML
generation.

doc/xml/AdminGuide/Makefile.in
doc/xml/QuickStartUnix/Makefile.in
doc/xml/UserGuide/Makefile.in

index 55befc4..7683525 100644 (file)
@@ -32,7 +32,7 @@ html: $(SRCS) $(VERSFILE).xml
        $(XSLTPROC) --param navig.graphics 1 \
            --stringparam navig.graphics.path ../ $(HTML_XSL) $(BOOK)
 
-pdf: $(SRCS)
+pdf: $(SRCS) $(VERSFILE).xml
        dblatex $(BOOK)
 
 check:
index 30cb05c..6d2cf24 100644 (file)
@@ -29,7 +29,7 @@ html: $(SRCS) $(VERSFILE).xml
        $(XSLTPROC) --param navig.graphics 1 \
            --stringparam navig.graphics.path ../ $(HTML_XSL) $(BOOK)
 
-pdf: $(SRCS)
+pdf: $(SRCS) $(VERSFILE).xml
        dblatex $(BOOK)
 
 check:
index 40409da..fe4fb91 100644 (file)
@@ -30,7 +30,7 @@ html: $(SRCS) $(VERSFILE).xml
        $(XSLTPROC) --param navig.graphics 1 \
            --stringparam navig.graphics.path ../ $(HTML_XSL) $(BOOK)
 
-pdf: $(SRCS)
+pdf: $(SRCS) $(VERSFILE).xml
        dblatex $(BOOK)
 
 check: