From cdb62bc587e3e63ad7cbb44f1b7a7bc50989e89b Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Wed, 5 Oct 2005 00:20:58 +0000 Subject: Install man pages --- ChangeLog | 6 ++++++ helper/Makefile.am | 3 +++ plugin/Makefile.am | 3 +++ 3 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 43dd380..5e7493e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-05 Kevin E. Martin + + * helper/Makefile.am: + * plugin/Makefile.am: + Install man pages + 2005-10-05 Kevin E. Martin * htdocs/Makefile.am: 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 -- cgit v1.2.3