Difference for doc/playbook/Makefile.in from version 1.5 to 1.6


version 1.5 version 1.6
Line 3
 
Line 3
 FILES = Makefile.in bonus-extract char-extract items-extract generic-extract\  FILES = Makefile.in bonus-extract char-extract items-extract generic-extract\
  gods-extract levels-extract local.sty skills-extract skills2-extract\   gods-extract levels-extract local.sty skills-extract skills2-extract\
  spellpath-extract statskmod-extract treas1-extract treas2-extract \   spellpath-extract statskmod-extract treas1-extract treas2-extract \
  $(TEX) handbook.idx sorter makeps make_index.pl empty.pbm   $(TEX) handbook.idx sorter makeps.pl make_index.pl empty.pbm
   
 TEX   = handbook.tex title.tex chap1.tex chap2.tex chap3.tex chap4.tex\  TEX   = handbook.tex title.tex chap1.tex chap2.tex chap3.tex chap4.tex\
  chap5.tex chap6.tex chap7.tex appA.tex appB.tex appC.tex   chap5.tex chap6.tex chap7.tex appA.tex appB.tex appC.tex
Line 60
 
Line 60
  touch handbook.idx   touch handbook.idx
  ./make_index.pl handbook.idx > index.tex;   ./make_index.pl handbook.idx > index.tex;
   
 items: .bmaps in_items makeps items.ps  items: .bmaps in_items makeps.pl items.ps
  $(AWK) -v libdir=$(CROSSRC)/lib -v archdir=$(CROSSRC)/lib/ -v size=0.4 -v input=in_items -f makeps $(datadir)/archetypes > items   makeps.pl output=tex libdir=$(CROSSRC)/lib archdir=$(CROSSRC)/lib/ size=0.4  input=in_items inarch=$(datadir)/archetypes > items
   
 in_items: items-extract $(datadir)/archetypes  in_items: items-extract $(datadir)/archetypes
  $(AWK) -f items-extract $(datadir)/archetypes > in_items   $(AWK) -f items-extract $(datadir)/archetypes > in_items
Line 69
 
Line 69
 bonus.tex:  bonus.tex:
  $(AWK) -v living_c=../../common/living.c -f bonus-extract > bonus.tex   $(AWK) -v living_c=../../common/living.c -f bonus-extract > bonus.tex
   
 char.tex: .bmaps in_char makeps characters.ps  char.tex: .bmaps in_char makeps.pl characters.ps
  $(AWK) -v libdir=$(CROSSRC)/lib -v archdir=$(CROSSRC)/lib/ -v size=0.4 -v input=in_char -f makeps $(datadir)/archetypes > char.tex   makeps.pl output=tex libdir=$(CROSSRC)/lib archdir=$(CROSSRC)/lib/ size=0.4 input=in_char inarch=$(datadir)/archetypes > char.tex
   
 in_char: char-extract $(datadir)/archetypes $(CROSSRC)/common/living.c  in_char: char-extract $(datadir)/archetypes $(CROSSRC)/common/living.c
  $(AWK) -v living_c=$(CROSSRC)/common/living.c -f char-extract $(datadir)/archetypes > in_char   $(AWK) -v living_c=$(CROSSRC)/common/living.c -f char-extract $(datadir)/archetypes > in_char


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:44