diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-12 16:01:16 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-14 13:27:48 +0000 |
commit | af96b13d57be2b5d2282f800ab04a5ce8f49f45f (patch) | |
tree | 97af4590d8d770ed49616a66331db581e03967dd /doc/.gitignore | |
parent | 644e466b36b623e28884fde1db994769477cf6ce (diff) | |
download | dbus-af96b13d57be2b5d2282f800ab04a5ce8f49f45f.tar.gz |
Use Docbook XML as the source for all man pages
This means we no longer need man2html, which is nice.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'doc/.gitignore')
-rw-r--r-- | doc/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/.gitignore b/doc/.gitignore index 1afe0141..d7c1236c 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -2,6 +2,7 @@ .libs Makefile Makefile.in +*.1 *.1.html *.lo *.la @@ -12,7 +13,7 @@ dbus-specification.html dbus-test-plan.html dbus-tutorial.html dbus-faq.html -dbus-daemon.1 +dbus-daemon.1.xml dbus-docs dbus-docs.tar.gz doxygen.stamp |