diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-23 16:04:56 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-23 16:04:56 +0000 |
commit | 99cee80e309db58d36732280e954d4c99f82ba36 (patch) | |
tree | c62fe30d2925bb9260d069e784a2e20d847cae3c /data/Makefile.am | |
parent | 6ae4b3a7f49d168e14bbf70b66e1340b75b71d63 (diff) | |
download | mana-99cee80e309db58d36732280e954d4c99f82ba36.tar.gz mana-99cee80e309db58d36732280e954d4c99f82ba36.tar.bz2 mana-99cee80e309db58d36732280e954d4c99f82ba36.tar.xz mana-99cee80e309db58d36732280e954d4c99f82ba36.zip |
Removed database files, minimaps, items, monster sprites, maps and sounds from
the release. They will be released dynamically only.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index e15630cc..5a28f7c1 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,12 +1,4 @@ -SUBDIRS = graphics help icons maps sfx +SUBDIRS = graphics help icons tmwdatadir = $(pkgdatadir)/data - -tmwdata_DATA = \ - equipment.xml \ - items.xml \ - monsters.xml - -EXTRA_DIST = \ - $(tmwdata_DATA) |