version 1.9 | | version 1.10 |
---|
| | |
animations archetypes bmaps crossfire.0 \ | | animations archetypes bmaps crossfire.0 \ |
crossfire.1 faces attackmess image_info materials | | crossfire.1 faces attackmess image_info materials |
| | |
CONF_FILES = settings motd dm_file forbid ban_file skill_params \ | | CONF_FILES = settings motd dm_file forbid ban_file exp_table |
spell_params exp_table | | |
VAR_FILES = highscore banish_file bookarch temp.maps clockdata | | VAR_FILES = highscore banish_file bookarch temp.maps clockdata |
EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld | | EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld |
| | |
| | |
done | | done |
# Special case above because the name we install to is different | | # Special case above because the name we install to is different |
# than the name of the file | | # than the name of the file |
| | if [ ! -d $(DESTDIR)$(pkgdatadir)/$$i ]; then \ |
| | echo "Creating directory $(pkgdatadir)/$$i"; \ |
| | $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$i; \ |
| | fi; \ |
$(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures | | $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures |
| | |
| | |