summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-09-24 13:18:38 +0200
committerKristian Høgsberg <krh@bitplanet.net>2012-09-25 11:02:52 -0400
commit49dee9a86c39b8e656fdc628591cfc5257c1b8c2 (patch)
tree596b0fb6daca3b4fa2e9fd7545c6b4474ee47ab2 /configure.ac
parent35d8da8ef688de7bff63972e50461124415dc63c (diff)
man: add man-page infrastructure
This adds a man-page infrastructure based on Docbook XML files. This allows us to integrate the man-pages into the publican books later. An example page for wl_display_connect() (with an alias wl_display_connect_to_fd()) is also added. Feel free to add more man-pages. Function calls are put in man3 and overview pages into man7. All pages (including aliases) have to be added to the Makefile. Docbook does generate aliases automatically from the additional names that were put in the XML file. However, a small SED script is needed to fixup the include-paths in the generated troff files. If someone knows how to avoid that (or even install them gzip'ped), please fix it up. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 46b3cdf..4261ae6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,6 +88,7 @@ AC_CONFIG_FILES([Makefile
cursor/wayland-cursor-uninstalled.pc
doc/Makefile
doc/Wayland/Makefile
+ doc/man/Makefile
src/Makefile
src/wayland-server-uninstalled.pc
src/wayland-client-uninstalled.pc