2001-06-13 Damon Chaplin <damon@ximian.com> * Makefile.am (SUBDIRS): added zoneinfo. * configure.in (AC_OUTPUT): added zoneinfo/Makefile. * zoneinfo/Makefile.am: new file to install & distribute the VTIMEZONE data files, and the zones.tab file. * zoneinfo/zones.tab: new file containing a list of all timezones and their coordinates (so we can mark them on the world map). * zoneinfo/*: Lots of VTIMEZONE data files added, one per timezone. svn path=/trunk/; revision=10214
13 lines
207 B
Makefile
13 lines
207 B
Makefile
|
|
EXTRA_DIST = \
|
|
ChangeLog \
|
|
README \
|
|
TEST \
|
|
TODO
|
|
|
|
SUBDIRS = design-data doc scripts test-data src zoneinfo
|
|
|
|
# Disabled examples until it builds
|
|
#SUBDIRS = design-data doc scripts test-data src examples
|
|
|