Difference for lib/Makefile.in from version 1.46 to 1.47


version 1.46 version 1.47
Line 140
 
Line 140
   
 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
   
   
Line 148
 
Line 148
  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 \
Line 430
 
Line 430
   
 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
Line 467
 
Line 468
  $(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


Legend:
line(s) removed in v.1.46 
line(s) changed
 line(s) added in v.1.47

File made using version 1.98 of cvs2html by leaf at 2011-07-21 18:00