diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-10-20 17:57:04 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-10-20 18:00:52 -0700 |
commit | 14bfab3bb34f5ab75f2ac6c4acb3b67201e89a69 (patch) | |
tree | 55919167f7c1c44e11887c6f4e9407ca922b7997 /man | |
parent | man: note that -n is the default mode. (diff) | |
download | xcman-14bfab3bb34f5ab75f2ac6c4acb3b67201e89a69.tar.gz xcman-14bfab3bb34f5ab75f2ac6c4acb3b67201e89a69.tar.bz2 xcman-14bfab3bb34f5ab75f2ac6c4acb3b67201e89a69.tar.xz |
config: move man pages into their own directory
Use services provided by XORG_MANPAGE_SECTIONS.
Use standard Makefile for man pages.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to '')
-rw-r--r-- | man/Makefile.am | 12 | ||||
-rw-r--r-- | man/xcompmgr.man (renamed from xcompmgr.1) | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 0000000..988f6ff --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,12 @@ + +appmandir = $(APP_MAN_DIR) +appman_PRE = xcompmgr.man +appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX)) + +EXTRA_DIST = $(appman_PRE) +CLEANFILES = $(appman_DATA) +SUFFIXES = .$(APP_MAN_SUFFIX) .man + +# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure +.man.$(APP_MAN_SUFFIX): + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ diff --git a/xcompmgr.1 b/man/xcompmgr.man index 523f60b..5f51ac5 100644 --- a/xcompmgr.1 +++ b/man/xcompmgr.man @@ -1,5 +1,5 @@ .ds q \N'34' -.TH xcompmgr 1 +.TH xcompmgr 1 __xorgversion__ .SH NAME xcompmgr \- sample X compositing manager .SH SYNOPSIS |