diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2006-07-13 14:19:53 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2006-07-13 14:19:53 +0000 |
| commit | e42d69c953858ed0a4b93cd346aa01e733c8a6ff (patch) | |
| tree | 2a35c8e449b5713ff2f9ab4ba6b4104fb0321299 /docs | |
| parent | 38f8e8d7ed79a12ac561b28b4baa2e43dbb3585d (diff) | |
| download | pygobject-e42d69c953858ed0a4b93cd346aa01e733c8a6ff.tar.gz pygobject-e42d69c953858ed0a4b93cd346aa01e733c8a6ff.tar.xz pygobject-e42d69c953858ed0a4b93cd346aa01e733c8a6ff.zip | |
Do not version the installed tarball, make the build actually work
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.cvsignore | 1 | ||||
| -rw-r--r-- | docs/Makefile.am | 13 | ||||
| -rw-r--r-- | docs/reference/pygobject-ref.xml | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/docs/.cvsignore b/docs/.cvsignore index 5508282..979f551 100644 --- a/docs/.cvsignore +++ b/docs/.cvsignore @@ -1,3 +1,4 @@ Makefile Makefile.in html +build_stamp diff --git a/docs/Makefile.am b/docs/Makefile.am index 1c4917e..c4901f9 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -21,7 +21,7 @@ XMLFILES = \ reference/pygobject-maincontext.xml \ reference/pygobject-mainloop.xml -HTMLdir = $(datadir)/devhelp/books/pygobject-$(REF_VERSION) +HTMLdir = $(datadir)/devhelp/books/pygobject HTML_DATA = \ html/class-gobjectgboxed.html \ html/class-gobjectginterface.html \ @@ -34,16 +34,17 @@ HTML_DATA = \ html/gobject-functions.html \ html/index.html \ html/index.sgml \ - html/pygobject-$(REF_VERSION).devhelp + html/pygobject.devhelp -BUILT_SOURCES = $(HTML_DATA) -CLEANFILES = $(HTML_DATA) +BUILT_SOURCES = build_stamp $(HTML_DATA) +CLEANFILES = build_stamp $(HTML_DATA) -%.html: reference ${XMLFILES} ${XSLFILES} +build_stamp: reference ${XMLFILES} ${XSLFILES} xsltproc --nonet --xinclude -o html/ \ - --stringparam gtkdoc.bookname "pygobject-$(REF_VERSION)" \ + --stringparam gtkdoc.bookname "pygobject" \ --stringparam gtkdoc.version ${REF_VERSION} \ ref-html-style.xsl reference/pygobject-ref.xml + touch $@ pdf: reference ${XMLFILES} ${XSLFILES} xsltproc --nonet --xinclude -o pygobject-ref.fo pdf-style.xsl \ diff --git a/docs/reference/pygobject-ref.xml b/docs/reference/pygobject-ref.xml index 4b43cce..9252ea0 100644 --- a/docs/reference/pygobject-ref.xml +++ b/docs/reference/pygobject-ref.xml @@ -6,8 +6,8 @@ <bookinfo> <pubdate>July 6, 2006</pubdate> <title>PyGObject Reference Manual</title> - <edition>PyGObject Reference Manual version 2.9.0 for PyGTK 2.9.x</edition> - <releaseinfo>Version 2.9.0</releaseinfo> + <edition>for version 2.12.x</edition> + <releaseinfo>Version 2.11.0</releaseinfo> <authorgroup> <author> <firstname>John</firstname> |
