summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-07-21 00:00:31 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-07-21 00:00:31 +0000
commit75ac5ae28abdac185875941a002d085abbeb3961 (patch)
tree745a3316291c46b68db1a349695b31c47b994b89
parent2e8b23b19b45713e67ab976c52911409c8bd8c2f (diff)
downloadpygobject-75ac5ae28abdac185875941a002d085abbeb3961.tar.gz
undo last commit
* undo last commit
-rw-r--r--docs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 18dd0d3a..f1a1af00 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 </dev/null