diff options
-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 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 |