man: build static man pages using xorg patterns
authorGaetan Nadon <memsize@videotron.ca>
Tue, 7 Jan 2014 19:02:05 +0000 (14:02 -0500)
committerArnaud Fontaine <arnau@debian.org>
Thu, 30 Jan 2014 03:10:00 +0000 (12:10 +0900)
commit3cdd524cadc4352ebd9e17b1f73134bec1838b40
tree0fc819043f2dce2b6d1379fe4e7ad1588b2a7951
parentc056adcd92daa06f4825d5c85a40e140a3e85b42
man: build static man pages using xorg patterns

The section number is no longer hard-coded, supplied by xorg-macros.
The left footer is now "X Version 11".
The center footer is the package name with the version, "libxcb 1.9"
The man directory is a sibbling to the doc directory. One can build
or clean the man pages without disturbing the library code.

Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Makefile.am
configure.ac
man/.gitignore [new file with mode: 0644]
man/Makefile.am [new file with mode: 0644]
man/xcb-examples.man [moved from src/man/xcb-examples.3 with 92% similarity]
man/xcb-requests.man [moved from src/man/xcb-requests.3 with 95% similarity]
src/Makefile.am
src/man/.gitignore