diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2006-08-21 19:47:33 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2006-08-21 19:47:33 +0000 |
| commit | ccc909291861fb58f06651ff59aadb5985d8ece6 (patch) | |
| tree | 704e66b25278426e30c8c1cd04844a5619a47503 /docs | |
| parent | 443b20a50000c90b580f53de331f0b7f2b644926 (diff) | |
| download | pygobject-ccc909291861fb58f06651ff59aadb5985d8ece6.tar.gz pygobject-ccc909291861fb58f06651ff59aadb5985d8ece6.tar.xz pygobject-ccc909291861fb58f06651ff59aadb5985d8ece6.zip | |
Remove build_stamp, include generated .html in the distributed tarball
* docs/Makefile.am (EXTRA_DIST): Remove build_stamp, include generated .html
in the distributed tarball
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 0eba533..b3d59a5 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -58,25 +58,22 @@ XSL_DATA = $(XSL_FILES) BUILT_SOURCES = reference/builddate.xml $(HTML_FILES) -CLEANFILES = build_stamp reference/builddate.xml $(HTML_FILES) +CLEANFILES = reference/builddate.xml $(HTML_FILES) -EXTRA_DIST = $(XML_FILES) $(XSL_FILES) $(CSS_FILES) +EXTRA_DIST = $(XML_FILES) $(XSL_FILES) $(CSS_FILES) $(HTML_FILES) REFERENCE_DEPS = reference $(XML_FILES) $(XSL_FILES) -$(HTML_FILES): build_stamp - reference/builddate.xml: $(REFERENCE_DEPS) @$(PYTHON) -c 'import datetime; print datetime.date.today()' > $@ -build_stamp: $(REFERENCE_DEPS) reference/builddate.xml +$(HTML_FILES): $(REFERENCE_DEPS) reference/builddate.xml @xsltproc --nonet --xinclude -o $(BUILDDIR)/html/ \ --path $(BUILDDIR)/reference:$(srcdir)/reference \ --stringparam gtkdoc.bookname "pygobject" \ --stringparam gtkdoc.version ${REF_VERSION} \ $(srcdir)/xsl/ref-html-style.xsl \ $(srcdir)/reference/pygobject-ref.xml - @touch $@ pdf: $(REFERENCE_DEPS) reference/builddate.xml xsltproc --nonet --xinclude -o pygobject-ref.fo xsl/pdf-style.xsl \ |
