diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-06 20:16:13 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-06 20:16:13 +0000 |
commit | cd9ff6aec81e04bbfe14364407ccb28df05fc063 (patch) | |
tree | e0883d109bc1af5a95f1aaf87dbb31e47139d8f5 /hw/vfb | |
parent | 370b8c8f1cb1a3531d52ea3b430852a0d76b2a4c (diff) |
cpp processing for Xvfb man page
Diffstat (limited to 'hw/vfb')
-rw-r--r-- | hw/vfb/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am index 2da313649..2c4f21421 100644 --- a/hw/vfb/Makefile.am +++ b/hw/vfb/Makefile.am @@ -24,6 +24,11 @@ AM_CFLAGS = -DHAVE_DIX_CONFIG_H \ -DXFree86Server \ $(XVFBMODULES_CFLAGS) -dist_man1_MANS = Xvfb.1 +# Man page +include $(top_srcdir)/cpprules.in + +man1_MANS = Xvfb.man CLEANFILES = $(man1_MANS) + +EXTRA_DIST = Xvfb.man.pre |