summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-05-26 07:34:32 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-05-26 07:34:32 -0500
commitd48f63c55f7281a2540dbb5515d5a42c1332545e (patch)
tree85798a29b922f824301dd2b3e72c82d41138b915
parent595753506a5904c234964043b72bc53734e83dd7 (diff)
Actually install the documentation.
-rw-r--r--Makefile.am4
-rw-r--r--pm/Makefile.am3
2 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 829530c..958b3b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,10 @@ SUBDIRS = pm man src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = pm-utils.pc
+dist_doc_DATA = README \
+ README.debugging \
+ README.distributions
+
EXTRA_DIST = ChangeLog
.PHONY: ChangeLog
diff --git a/pm/Makefile.am b/pm/Makefile.am
index abfa3ff..08a9054 100644
--- a/pm/Makefile.am
+++ b/pm/Makefile.am
@@ -10,6 +10,9 @@ pm_lib_SCRIPTS = functions pm-functions
dist_pm_lib_DATA = defaults
+dist_doc_DATA = HOWTO.hooks \
+ HOWTO.modules
+
script_in_files = functions.in pm-functions.in
CLEANFILES = $(script_in_files:.in=)