From 2e8b23b19b45713e67ab976c52911409c8bd8c2f Mon Sep 17 00:00:00 2001 From: John Finlay Date: Thu, 20 Jul 2006 23:44:53 +0000 Subject: Remove build_stamp and pdf dependency on builddate.xml * Remove build_stamp and pdf dependency on builddate.xml --- docs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Makefile.am b/docs/Makefile.am index c652b75..18dd0d3 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -70,14 +70,14 @@ reference/builddate.xml: $(REFERENCE_DEPS) reference/version.xml: $(top_srcdir)/config.h @echo $(FULL_VERSION) > $@ -build_stamp: $(REFERENCE_DEPS) reference/builddate.xml +build_stamp: $(REFERENCE_DEPS) xsltproc --nonet --xinclude -o html/ \ --stringparam gtkdoc.bookname "pygobject" \ --stringparam gtkdoc.version ${REF_VERSION} \ xsl/ref-html-style.xsl reference/pygobject-ref.xml touch $@ -pdf: $(REFERENCE_DEPS) reference/builddate.xml +pdf: $(REFERENCE_DEPS) xsltproc --nonet --xinclude -o pygobject-ref.fo xsl/pdf-style.xsl \ reference/pygobject-ref.xml pdfxmltex pygobject-ref.fo >output