[Xcb] [PATCH v2 libxcb 0/3] Build man pages using Xorg footer

Gaetan Nadon memsize at videotron.ca
Tue Dec 10 16:21:36 PST 2013


v2 adds review tags. I do not have commit access.
This series depend on "Autoconf: apply X.Org default configuration to XCB" series

Following the convention used in all xorg man pages, the footer becomes:
X Version 11                      libxcb 1.9                 xcb_send_event(3)

The left and center strings are supplied by the makefile and passed to the
python program.

The static man pages are moved to their own man directory, using the same
build idiom as the other 160 xorg man pages makefile.

The generated man pages remain where they are for obvious reasons. The
makefile is changed such that the file extension is not hard-coded. This
is possible as the hand written man pages have moved out.

Prereqs the series "Autoconf: apply X.Org default configuration to XCB"

Gaetan Nadon (3):
  man: build static man pages using xorg patterns
  generated man pages: build without hard coded extension
  generated man pages: use xorg footer and no hard coded extension

 Makefile.am                                    |    2 +-
 configure.ac                                   |    1 +
 man/.gitignore                                 |    1 +
 man/Makefile.am                                |   18 ++++++++
 src/man/xcb-examples.3 => man/xcb-examples.man |    8 ++--
 src/man/xcb-requests.3 => man/xcb-requests.man |   12 +++---
 src/Makefile.am                                |   17 ++++----
 src/c_client.py                                |   52 +++++++++++++-----------
 src/man/.gitignore                             |    5 +--
 9 files changed, 71 insertions(+), 45 deletions(-)
 create mode 100644 man/.gitignore
 create mode 100644 man/Makefile.am
 rename src/man/xcb-examples.3 => man/xcb-examples.man (92%)
 rename src/man/xcb-requests.3 => man/xcb-requests.man (95%)

-- 
1.7.9.5



More information about the Xcb mailing list