diff options
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 |