From 306462f0bd313d7db43f9843b60a5a8f1fa018d6 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 22 Apr 2002 04:35:19 +0000 Subject: Updates for new tools. Everything works now building on Linux, including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks! --- Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dfd6929..770f803 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = 1.6 dist-bzip2 ACLOCAL_AMFLAGS = -I config -SUBDIRS = $(GLOBDIR) po +SUBDIRS = glob config po bin_PROGRAMS = make @@ -33,7 +33,12 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(inc AM_CPPFLAGS = $(GLOBINC) -EXTRA_DIST = build.sh.in $(man_MANS)\ +# Extra stuff to include in the distribution. +# Note we need all the glob stuff here, rather than in glob/Makefile.am, +# because often that directory isn't built on the systems used by the +# maintainers. + +EXTRA_DIST = README build.sh.in $(man_MANS)\ README.customs\ make-stds.texi SCOPTIONS SMakefile\ README.Amiga Makefile.ami config.ami make.lnk amiga.c amiga.h\ -- cgit v1.2.3