1## Process this file with automake to produce Makefile.in
2
3SUBDIRS = m4 po lessons tools doc src
4
5dist_bin_SCRIPTS = typefortune
6man_MANS = typefortune.1
7
8EXTRA_DIST = config.rpath src/gtypist.1 typefortune.1 configure-w32 version.sh \
9	configure-w32.in autogen.sh INSTALL.in TODO QUESTIONS
10
11ACLOCAL_AMFLAGS = -I m4
12