diff options
author | Kevin E Martin <kem@kem.org> | 2005-10-05 00:20:58 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-10-05 00:20:58 +0000 |
commit | cdb62bc587e3e63ad7cbb44f1b7a7bc50989e89b (patch) | |
tree | 7fdf83ddf9c7a6fde4f4e2ad230c3360c9b5ad02 | |
parent | fbc8a8f3f21934b4b8abf61a174261ff4e2bc7e4 (diff) |
Install man pages
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | helper/Makefile.am | 3 | ||||
-rw-r--r-- | plugin/Makefile.am | 3 |
3 files changed, 12 insertions, 0 deletions
@@ -1,4 +1,10 @@ 2005-10-05 Kevin E. Martin <kem-at-freedesktop-dot-org> + * helper/Makefile.am: + * plugin/Makefile.am: + Install man pages + +2005-10-05 Kevin E. Martin <kem-at-freedesktop-dot-org> + * htdocs/Makefile.am: Remove non-existant file diff --git a/helper/Makefile.am b/helper/Makefile.am index fd57027..550a072 100644 --- a/helper/Makefile.am +++ b/helper/Makefile.am @@ -38,3 +38,6 @@ xrx_SOURCES = \ $(top_srcdir)/rx/XDpyName.c \ $(top_srcdir)/rx/XUrls.c \ $(top_srcdir)/rx/BuildReq.c + +dist_man1_MANS = \ + xrx.man diff --git a/plugin/Makefile.am b/plugin/Makefile.am index fe08238..8e19152 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -34,3 +34,6 @@ libxrx_la_SOURCES = \ RxPlugin.h \ SetWin.c \ stubs.c + +dist_man1_MANS = \ + libxrx.man |