diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-04-28 21:16:13 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-05-13 14:08:17 -0700 |
commit | 221507e3bf6fcaa4a4c2e1bc264a1f806b4362c0 (patch) | |
tree | e6b9f7f3ad094cb9b1ef4cf8a25ceca954338115 /man/Makefile.am | |
parent | 9129beb507642e2414ef1f90d650572325d8c2dc (diff) |
man: relocate manual pages in the man subdir outside doc
The convention is to have the manual pages in a man subdir
which is not under a doc dir. The doc dir contains users docs.
This will move man pages out of the way for upcoming DocBook patches.
Reviewed-by Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 000000000..71d704917 --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,6 @@ +# Xserver.man covers options generic to all X servers built in this tree +# (i.e. those handled in the os/utils.c options processing instead of in +# the DDX-level options processing) + +include $(top_srcdir)/manpages.am +appman_PRE = Xserver.man |