summaryrefslogtreecommitdiffstats
path: root/docs/xsl/fixxref.py.in
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge in lost changeJohan Dahlin2006-08-061-1/+1
|
* New file to workaround automake sillinessJohan Dahlin2006-08-061-0/+71
* 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.