summaryrefslogtreecommitdiffstats
path: root/docs/xsl
Commit message (Collapse)AuthorAgeFilesLines
* Specify programming language in .devhelp fileFrédéric Péters2009-08-301-1/+1
| | | | | This add a new language attribute (hardcoded to python) in the .devhelp file that is produced when using ref-html-style.xsl.
* Remove DATADIR substitution since it now gets substituted asJohn Finlay2007-09-061-4/+0
| | | | | | | | * docs/xsl/fixxref.py.in: Remove DATADIR substitution since it now gets substituted as ${prefix}/share which doesn't work in a Python script. svn path=/trunk/; revision=705
* Remove .cvsignore archivesJohan Dahlin2007-01-161-1/+0
| | | | svn path=/trunk/; revision=636
* Add reference to installed pygobject docs Add install of style.css DefineJohn Finlay2006-08-131-0/+1
| | | | | | | * pygobject-2.0.pc.in: Add reference to installed pygobject docs * docs/Makefile.am: Add install of style.css * docs/xsl/html.xsl: Define stylesheet as style.css * docs/style.css: Add.
* Merge in lost changeJohan Dahlin2006-08-061-1/+1
|
* New file to workaround automake sillinessJohan Dahlin2006-08-062-0/+72
| | | | | | | | | * m4/as-expand.m4: New file to workaround automake silliness * docs/xsl/fixxref.py.in: New script * docs/Makefile.am (XSLFILES): Add fixxref.py script, moved in from PyGTK.
* Do not use shade.verbatim, set the background color and border as a normalJohan Dahlin2006-08-061-27/+7
| | | | | | * docs/xsl/html.xsl: Do not use shade.verbatim, set the background color and border as a normal html tag to avoid an external stylesheet.
* Add book to list of indexed items.John Finlay2006-07-191-1/+1
| | | | * docs/xsl/ref-html-style.xsl: Add book to list of indexed items.
* Output xref links for unknown links.John Finlay2006-07-193-14/+31
| | | | | | | | | | | | | | | * 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
* Move xsl to a separate directory, install them and include a few more things ↵Johan Dahlin2006-07-136-0/+784
in the tarball