diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2014-01-07 14:02:05 -0500 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2014-01-30 12:10:00 +0900 |
commit | 3cdd524cadc4352ebd9e17b1f73134bec1838b40 (patch) | |
tree | 0fc819043f2dce2b6d1379fe4e7ad1588b2a7951 /Makefile.am | |
parent | c056adcd92daa06f4825d5c85a40e140a3e85b42 (diff) |
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1cb3d9a..387c2f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS=-I m4 -SUBDIRS=src tests doc +SUBDIRS=src tests doc man pkgconfigdir = $(libdir)/pkgconfig |