summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Generate builddate.xml and version.xml at build time instead on configureJohan Dahlin2006-07-201-9/+31
| | | | | | | | | * 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.
* Use more portable date generator.John Finlay2006-07-191-1/+2
| | | | * docs/Makefile.am: Use more portable date generator.
* Output xref links for unknown links.John Finlay2006-07-191-3/+9
| | | | | | | | | | | | | | | * 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
* Install book in $datadir/gtk-doc/htmlJohan Dahlin2006-07-191-1/+1
| | | | * docs/Makefile.am (HTMLdir): Install book in $datadir/gtk-doc/html
* Move xsl to a separate directory, install them and include a few more things ↵Johan Dahlin2006-07-131-14/+16
| | | | in the tarball
* Do not version the installed tarball, make the build actually workJohan Dahlin2006-07-131-6/+7
|
* Import GObject part of John Finlay's PyGTK Reference Manual, copy overJohan Dahlin2006-07-121-0/+52
* 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.