Autotools use improved

This commit is contained in:
Frederic Culot
2007-07-28 15:04:52 +00:00
parent 52e58a0a4c
commit cd5e1e780f
3 changed files with 107 additions and 49 deletions

View File

@@ -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