Difference for doc/spoiler-html/Makefile.in from version 1.5 to 1.6


version 1.5 version 1.6
Line 52
 
Line 52
  makeps.pl libdir=$(CROSSRC)/lib archdir=$(CROSSRC)/lib/ size=0.4 input=in_monput inarch=$(datadir)/archetypes > monput.html   makeps.pl libdir=$(CROSSRC)/lib archdir=$(CROSSRC)/lib/ size=0.4 input=in_monput inarch=$(datadir)/archetypes > monput.html
   
 in_monput: monster-extract $(CROSSBIN) $(datadir)/treasures $(datadir)/archetypes  in_monput: monster-extract $(CROSSBIN) $(datadir)/treasures $(datadir)/archetypes
   
  $(CROSSBIN) -m2 |  sort -f | $(AWK) -F'|' -f monster-extract > in_monput   $(CROSSBIN) -m2 |  sort -f | $(AWK) -F'|' -f monster-extract > in_monput
   
 spells.html: .bmaps in_spells makeps.pl spells.gif  spells.html: .bmaps in_spells makeps.pl spells.gif
  makeps.pl libdir=$(CROSSRC)/lib archdir=$(CROSSRC)/lib/ size=0.4 input=in_spells inarch=$(datadir)/archetypes > spells.html   makeps.pl libdir=$(CROSSRC)/lib archdir=$(CROSSRC)/lib/ size=0.4 input=in_spells inarch=$(datadir)/archetypes > spells.html
   
 in_spells: spells-extract  $(INCDIR)/spellist.h $(CROSSBIN) $(datadir)/archetypes  in_spells: spells-extract  $(INCDIR)/spellist.h $(CROSSBIN) $(datadir)/archetypes
   
  tr -d \" < $(INCDIR)/spellist.h | $(AWK) -F, -v crosscmd="$(CROSSBIN) -m4" -f spells-extract | sort > in_spells   tr -d \" < $(INCDIR)/spellist.h | $(AWK) -F, -v crosscmd="$(CROSSBIN) -m4" -f spells-extract | sort > in_spells
   
 version.html: $(CROSSBIN)  version.html: $(CROSSBIN)


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:42