13 lines
245 B
Makefile
Executable File
13 lines
245 B
Makefile
Executable File
# $calcurse: Makefile.am,v 1.2 2006/09/09 20:21:16 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
|
|
|