From 75ac5ae28abdac185875941a002d085abbeb3961 Mon Sep 17 00:00:00 2001 From: John Finlay Date: Fri, 21 Jul 2006 00:00:31 +0000 Subject: undo last commit * undo last commit --- 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 18dd0d3..f1a1af0 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) +build_stamp: $(REFERENCE_DEPS) reference/builddate.xml 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) +pdf: $(REFERENCE_DEPS) reference/builddate.xml xsltproc --nonet --xinclude -o pygobject-ref.fo xsl/pdf-style.xsl \ reference/pygobject-ref.xml pdfxmltex pygobject-ref.fo >output