This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
wayland
Watch
1
Star
0
Fork
You've already forked wayland
0
mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced
2025-10-31 22:25:25 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
29c20e2eb6
wayland
/
doc
/
Makefile.am
2 lines
22 B
Text
Raw
Normal View
History
Unescape
Escape
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>
2012-09-24 13:18:38 +02:00
SUBDIRS = Wayland man
Reference in a new issue
Copy permalink