diff options
author | David Herrmann | 2012-09-28 16:44:19 -0500 |
---|---|---|
committer | Jesse Barnes | 2013-01-09 18:17:03 -0600 |
commit | 6b7e45c7516b7fdfe85e7792f82624458dcb2ac6 (patch) | |
tree | 6c802a2a375c77b0babbf83487f7abee70db6deb /.gitignore | |
parent | 891517f5111cd82909906d5e8ee0299db0d46762 (diff) | |
download | external-libdrm-6b7e45c7516b7fdfe85e7792f82624458dcb2ac6.tar.gz external-libdrm-6b7e45c7516b7fdfe85e7792f82624458dcb2ac6.tar.xz external-libdrm-6b7e45c7516b7fdfe85e7792f82624458dcb2ac6.zip |
man: convert manpages to XML instead of plain troff
If we want to use the manpages in external documentation other than normal
manpages, we should rather use XML. Furthermore, almost no-one knows troff
today, anyway, and XML allows others to easily add more pages without
having to learn troff.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | bsd-core/*/@ | 1 | bsd-core/*/@ |
2 | bsd-core/*/machine | 2 | bsd-core/*/machine |
3 | *.1 | ||
4 | *.3 | ||
5 | *.5 | ||
6 | *.7 | ||
3 | *.flags | 7 | *.flags |
4 | *.ko | 8 | *.ko |
5 | *.ko.cmd | 9 | *.ko.cmd |