aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2010-11-24 22:00:02 -0800
committerJason Evans <jasone@canonware.com>2010-11-26 19:32:22 -0800
commitaee7fd2b70050fb434f2c9f52153194de73dc051 (patch)
treefd7307d70393a46afc1a248da39ebc31b6cedb9a /.gitignore
parentfc4dcfa2f546354dd536a3a33aa9f10fd3253731 (diff)
downloadjemalloc-aee7fd2b70050fb434f2c9f52153194de73dc051.tar.gz
Convert man page from roff to DocBook.
Convert the man page source from roff to DocBook, and generate html and roff output. Modify the build system such that the documentation can be built as part of the release process, so that users need not have DocBook tools installed.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b468186..f3ee5ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,10 @@
/jemalloc/config.log
/jemalloc/config.status
/jemalloc/configure
+/jemalloc/doc/html.xsl
+/jemalloc/doc/manpages.xsl
+/jemalloc/doc/jemalloc.xml
+/jemalloc/doc/jemalloc.html
/jemalloc/doc/jemalloc.3
/jemalloc/lib/
/jemalloc/Makefile
@@ -13,4 +17,5 @@
/jemalloc/src/*.[od]
/jemalloc/test/*.[od]
/jemalloc/test/*.out
+/jemalloc/test/[a-z]*
/jemalloc/VERSION