From: Peter Verthez Date: Wed, 18 Sep 2002 17:50:29 +0000 (+0000) Subject: Moved gedcom.enc to data subdirectory. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=2d439031baf76622fa9ba3ac7150c895cb69633e;p=gedcom-parse.git Moved gedcom.enc to data subdirectory. --- diff --git a/Makefile.am b/Makefile.am index 099b6e9..738f41c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,9 @@ ## Process this file with automake to produce Makefile.in # $Id$ # $Name$ -SUBDIRS = intl ansel gedcom gom include . t doc po +SUBDIRS = intl ansel utf8 gedcom gom include . t doc data po -pkgdata_DATA = gedcom.enc - -EXTRA_DIST = $(pkgdata_DATA) Makefile.inc +EXTRA_DIST = Makefile.inc VERSIONED_FILES = README include $(top_srcdir)/Makefile.inc