summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-10-05 00:20:58 +0000
committerKevin E Martin <kem@kem.org>2005-10-05 00:20:58 +0000
commitcdb62bc587e3e63ad7cbb44f1b7a7bc50989e89b (patch)
tree7fdf83ddf9c7a6fde4f4e2ad230c3360c9b5ad02
parentfbc8a8f3f21934b4b8abf61a174261ff4e2bc7e4 (diff)
Install man pages
-rw-r--r--ChangeLog6
-rw-r--r--helper/Makefile.am3
-rw-r--r--plugin/Makefile.am3
3 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43dd380..5e7493e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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