mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
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.
This commit is contained in:
parent
fc4dcfa2f5
commit
aee7fd2b70
9 changed files with 2319 additions and 1776 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue