From dffdbf3293e97d0ed02ed5166435632239efc3c2 Mon Sep 17 00:00:00 2001 From: Guillaume Morin Date: Sun, 6 Jan 2002 11:18:01 +0000 Subject: [PATCH] automake fix to include the manpage in the distribution --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 944b8c8..7c82c28 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,8 @@ AUTOMAKE_OPTIONS = dist-shar bin_SCRIPTS = stow info_TEXINFOS = stow.texi -man8_MANS = stow.8 +man_MANS = stow.8 +EXTRA_DIST = $(man_MANS) CLEANFILES = stow manual.html manual.texi