summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* reorganize the docs a bitWilliam Jon McCann2008-07-301-40/+1
|
* fix distcheckWilliam Jon McCann2008-07-241-0/+1
|
* add missing bitsWilliam Jon McCann2008-07-231-0/+2
|
* use spec files directly as introspection xml and try to generate docs on the flyWilliam Jon McCann2008-07-231-3/+3
| | | | | | At one point we had to strip out the docs because dbus-glib didn't support unknown tags. Apparently this is now fixed. Also install the xml to /usr/share/dbus-1/interfaces.
* bump the ac_prereq and use the docdir varWilliam Jon McCann2007-04-031-1/+1
|
* don't include the generated html in gitWilliam Jon McCann2007-03-141-1/+0
|
* add more doc stubsWilliam Jon McCann2007-03-131-0/+2
|
* convert to utf8 and xhtml outputWilliam Jon McCann2007-03-131-1/+1
| | | | Seems to fix some problems with invalid characters showing up.
* add the last bits of spec frameworkWilliam Jon McCann2007-03-131-4/+4
| | | | | | The spec is the introspection format extended with docs. There are tools to build docbook and strip the docs to make dbus introspect xml.
* add a tool to autogenerate dbus object ref docsWilliam Jon McCann2007-03-091-3/+3
| | | | | | | I hope I didn't reinvent a wheel but it seems to work much better than hand coding these refentries. Still need to add support for comments and actual descriptions ala gtk-doc.
* add a stub for docbook documentationWilliam Jon McCann2007-03-081-0/+37