version 1.46 | | version 1.47 |
---|
| | |
| | |
dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl | | dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl |
dist_pkgdata_DATA = artifacts def_help formulae messages races \ | | dist_pkgdata_DATA = artifacts def_help formulae messages races \ |
treasures animations archetypes bmaps crossfire.0 \ | | animations archetypes bmaps crossfire.0 \ |
crossfire.1 faces attackmess image_info materials | | crossfire.1 faces attackmess image_info materials |
| | |
| | |
| | |
spell_params exp_table | | spell_params exp_table |
| | |
VAR_FILES = highscore bookarch temp.maps clockdata | | VAR_FILES = highscore bookarch temp.maps clockdata |
EXTRA_DIST = README .collect-stamp $(CONF_FILES) | | EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld |
| | |
helpdir = $(pkgdatadir)/help | | helpdir = $(pkgdatadir)/help |
dist_help_DATA = help/apply help/applymode \ | | dist_help_DATA = help/apply help/applymode \ |
| | |
| | |
collect: | | collect: |
$(PERL) -I$(srcdir) collect.pl $(srcdir)/arch | | $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch |
| | $(PERL) $(srcdir)/adm/collect_images.pl -png |
| | |
archonly: | | archonly: |
$(PERL) -I$(srcdir) collect.pl $(srcdir)/arch ARCHONLY | | $(PERL) -I$(srcdir) collect.pl $(srcdir)/arch ARCHONLY |
| | |
$(mkinstalldirs) $(DESTDIR)$(pkgstatedir)/$$i; \ | | $(mkinstalldirs) $(DESTDIR)$(pkgstatedir)/$$i; \ |
fi; \ | | fi; \ |
done | | done |
| | # Special case above because the name we install to is different |
| | # than the name of the file |
| | $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures |
| | |
# Uninstall unchanged config/var files so make distcheck is happy | | # Uninstall unchanged config/var files so make distcheck is happy |
# but leave changed file, so no configuration/game state is lost | | # but leave changed file, so no configuration/game state is lost |