summaryrefslogtreecommitdiff
path: root/docs/reference
Commit message (Collapse)AuthorAgeFilesLines
* Update docs for gobject functions.John Finlay2006-08-171-1/+291
| | | | | * docs/reference/pygobject-functions.xml: Update docs for gobject functions.
* Update .cvsignoreJohan Dahlin2006-08-141-0/+1
|
* Use builddate.xml for the builddate entity and have builddate.xml beJohn Finlay2006-08-102-1/+1
| | | | | | | | | * docs/reference/entities.docbook.in: * docs/reference/pygobject-ref.xml: * docs/Makefile.am: * configure.ac: Use builddate.xml for the builddate entity and have builddate.xml be updated when the docs are built not during configure time.
* Clean up the build date/version mess I created. Now it's created duringJohan Dahlin2006-08-043-4/+6
| | | | | | | | | | | * configure.ac: * docs/Makefile.am: * docs/reference/.cvsignore: * docs/reference/entities.docbook.in: * docs/reference/pygobject-ref.xml: Clean up the build date/version mess I created. Now it's created during configure time and properly included in the docbook files. Also make sure distcheck passes
* Generate builddate.xml and version.xml at build time instead on configureJohan Dahlin2006-07-202-1/+2
| | | | | | | | | * configure.ac: * docs/Makefile.am: * docs/reference/.cvsignore: * docs/reference/version.xml.in: Generate builddate.xml and version.xml at build time instead on configure time, add proper dependencies.
* Output xref links for unknown links.John Finlay2006-07-193-129/+252
| | | | | | | | | | | | | | | * docs/xsl/html.xsl: Output xref links for unknown links. * docs/xsl/ref-html-style.xsl: Include refsect1 and refsect2 in indexed items but only ig they have ids. * configure.ac (AC_CONFIG_FILES) : Add docs/reference/version.xml * docs/reference/pygobject-ref.xml: Add pygobject-introduction.xml and version and builddate entities. Remove commented out items. * docs/Makefile.am: Add reference/pygobject-introduction.xml and reference/version.xml.in
* Do not version the installed tarball, make the build actually workJohan Dahlin2006-07-131-2/+2
|
* Import GObject part of John Finlay's PyGTK Reference Manual, copy overJohan Dahlin2006-07-1211-0/+3413
* Makefile.am: * configure.ac: * docs/.cvsignore: * docs/Makefile.am: * docs/common.xsl: * docs/devhelp.xsl: * docs/html.xsl: * docs/pdf-style.xsl: * docs/pdf.xsl: * docs/ref-html-style.xsl: * docs/reference/.cvsignore: * docs/reference/pygobject-classes.xml: * docs/reference/pygobject-constants.xml: * docs/reference/pygobject-functions.xml: * docs/reference/pygobject-gboxed.xml: * docs/reference/pygobject-ginterface.xml: * docs/reference/pygobject-gpointer.xml: * docs/reference/pygobject-maincontext.xml: * docs/reference/pygobject-mainloop.xml: * docs/reference/pygobject-ref.xml: * docs/reference/pygobject.xml: Import GObject part of John Finlay's PyGTK Reference Manual, copy over infrastructure from the pygtk-web module.