diff options
| author | John Finlay <finlay@src.gnome.org> | 2006-07-21 00:00:31 +0000 |
|---|---|---|
| committer | John Finlay <finlay@src.gnome.org> | 2006-07-21 00:00:31 +0000 |
| commit | 75ac5ae28abdac185875941a002d085abbeb3961 (patch) | |
| tree | 745a3316291c46b68db1a349695b31c47b994b89 /docs | |
| parent | 2e8b23b19b45713e67ab976c52911409c8bd8c2f (diff) | |
| download | pygobject-75ac5ae28abdac185875941a002d085abbeb3961.tar.gz pygobject-75ac5ae28abdac185875941a002d085abbeb3961.tar.xz pygobject-75ac5ae28abdac185875941a002d085abbeb3961.zip | |
undo last commit
* undo last commit
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 </dev/null |
