From cd5e1e780f34b950527f320348d52c94cfd38802 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 28 Jul 2007 15:04:52 +0000 Subject: Autotools use improved --- Makefile.am | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c363b29..f30d030 100755 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,18 @@ -# $calcurse: Makefile.am,v 1.2 2006/09/09 20:21:16 culot Exp $ +# $calcurse: Makefile.am,v 1.3 2007/07/28 15:04:52 culot Exp $ AUTOMAKE_OPTIONS= gnu -SUBDIRS = po src -EXTRA_DIST = ABOUT-NLS \ - doc/manual_en.html \ - doc/manual_fr.html \ - doc/manual_de.html \ - doc/manual_es.html ACLOCAL_AMFLAGS = -I m4 +SUBDIRS = po src + +man_MANS= src/calcurse.1 + +EXTRA_DIST = \ + $(man_MANS) \ + ABOUT-NLS \ + doc/manual_en.html \ + doc/manual_fr.html \ + doc/manual_de.html \ + doc/manual_es.html \ + doc/manual_nl.html -- cgit v1.2.3