From b2a821aa4f638bea5a8c4dc7c8d67f35c6816efa Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 23 Dec 2006 19:12:52 +0000 Subject: [PATCH] * Oops, correctly install manpage. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a2330fa..f1e7bc3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ -SUBDIRS = src -DIST_SUBDIRS = $(SUBDIRS) test doc +SUBDIRS = src doc +DIST_SUBDIRS = $(SUBDIRS) test EXTRA_DIST = bootstrap AUTHORS AUTOMAKE_OPTIONS = foreign dist-bzip2