From 71fb1ac7e2aac548fefe631b9c116429d65ec25e Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 20 Oct 2002 13:46:19 +0000 Subject: [PATCH] Revert to using Makefile.inc (GNU make is used anyway). --- GNUmakefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/GNUmakefile.am b/GNUmakefile.am index c059454..c0450a2 100644 --- a/GNUmakefile.am +++ b/GNUmakefile.am @@ -3,5 +3,10 @@ # $Name$ SUBDIRS = intl iconv utf8 gedcom gom include . t doc data po -EXTRA_DIST = README.in README +EXTRA_DIST = Makefile.inc +VERSIONED_FILES = README +include $(top_srcdir)/Makefile.inc + +dist-hook: + $(replace-VERSION) -- 2.30.2