summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-07-20 23:44:53 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-07-20 23:44:53 +0000
commit2e8b23b19b45713e67ab976c52911409c8bd8c2f (patch)
tree073fa74443212d69f6d615fbdd906c49ac84737e
parent209e68a308bf85c4ec44e6ac98175adcf68a8677 (diff)
downloadpygobject-2e8b23b19b45713e67ab976c52911409c8bd8c2f.tar.gz
Remove build_stamp and pdf dependency on builddate.xml
* Remove build_stamp and pdf dependency on builddate.xml
-rw-r--r--docs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index c652b754..18dd0d3a 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 </dev/null