diff options
author | Frederic Culot <calcurse@culot.org> | 2007-07-28 15:04:52 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-07-28 15:04:52 +0000 |
commit | cd5e1e780f34b950527f320348d52c94cfd38802 (patch) | |
tree | 59d4423f40a9718a7432e9c273f10de34c70aaf7 /Makefile.am | |
parent | 52e58a0a4ce1c2b0ea5c6476aa1884a5fd9b6e1f (diff) | |
download | calcurse-cd5e1e780f34b950527f320348d52c94cfd38802.zip |
Autotools use improved
Diffstat (limited to 'Makefile.am')
-rwxr-xr-x | Makefile.am | 20 |
1 files changed, 13 insertions, 7 deletions
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 |