## Process this file with automake to generate "Makefile.in" ## ## Since it doesn't start with "##", the following line will be copied ## into Makefile.in, and become the first line. # Running ./configure will generate a Makefile from this file. SUBDIRS = src EXTRA_DIST = to-do ## The Automake doco says that this is overkill, but it makes more ## sense than creating a Makefile.am for a subdir with just a couple ## of content files. # Distribute the contents of the doc and perl subdirs. dist-hook: mkdir $(distdir)/doc cp doc/ERRATA doc/PHILOSOPHY doc/THUMB $(distdir)/doc mkdir $(distdir)/perl cp perl/*.pl perl/*.pm $(distdir)/perl