Difference for doc/playbook-html/Makefile.in from version 1.15 to 1.16


version 1.15 version 1.16
Line 66
 
Line 66
 OBJEXT = @OBJEXT@  OBJEXT = @OBJEXT@
 PATH_SEPARATOR = @PATH_SEPARATOR@  PATH_SEPARATOR = @PATH_SEPARATOR@
 AMTAR = @AMTAR@  AMTAR = @AMTAR@
 AR = @AR@  
 AS = @AS@  AS = @AS@
 AWK = @AWK@  AWK = @AWK@
 BASENAME = @BASENAME@  BASENAME = @BASENAME@
Line 75
 
Line 74
 CC = @CC@  CC = @CC@
 COMPRESS = @COMPRESS@  COMPRESS = @COMPRESS@
 CPP = @CPP@  CPP = @CPP@
 CXX = @CXX@  
 CXXCPP = @CXXCPP@  
 DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
 DLLTOOL = @DLLTOOL@  DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@  ECHO = @ECHO@
 EGREP = @EGREP@  
 F77 = @F77@  
 GCJ = @GCJ@  
 GCJFLAGS = @GCJFLAGS@  
 GUNZIP = @GUNZIP@  GUNZIP = @GUNZIP@
 GZIP = @GZIP@  GZIP = @GZIP@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Line 101
 
Line 94
 PY_INCLUDES = @PY_INCLUDES@  PY_INCLUDES = @PY_INCLUDES@
 PY_LIBS = @PY_LIBS@  PY_LIBS = @PY_LIBS@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
 RC = @RC@  
 STRIP = @STRIP@  STRIP = @STRIP@
 TAR = @TAR@  TAR = @TAR@
 UNCOMPRESS = @UNCOMPRESS@  UNCOMPRESS = @UNCOMPRESS@
Line 125
 
Line 117
  fig/screen_dia.gif fig/book.gif fig/stairdown.gif fig/stairup.gif   fig/screen_dia.gif fig/book.gif fig/stairdown.gif fig/stairup.gif
   
   
 dist_noinst_SCRIPTS = makeps.pl  
   
 EXTRA_DIST = handbook.shtml chap1.html chap2.shtml chap3.shtml\  EXTRA_DIST = handbook.shtml chap1.html chap2.shtml chap3.shtml\
  chap4.shtml chap5.shtml chap6.shtml chap7.html appA.html appB.html\   chap4.shtml chap5.shtml chap6.shtml chap7.html appA.html appB.html\
  appC.shtml bonus-extract char-extract spellpath-extract\   appC.shtml bonus-extract char-extract spellpath-extract\
Line 163
 
Line 153
 mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/include/autoconf.h  CONFIG_HEADER = $(top_builddir)/include/autoconf.h
 CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
 SCRIPTS = $(dist_noinst_SCRIPTS)  
   
 DIST_SOURCES =  DIST_SOURCES =
 DIST_COMMON = $(dist_noinst_SCRIPTS) Makefile.am Makefile.in  DIST_COMMON = Makefile.am Makefile.in
 all: all-am  all: all-am
   
 .SUFFIXES:  .SUFFIXES:
Line 217
 
Line 205
  done   done
 check-am: all-am  check-am: all-am
 check: check-am  check: check-am
 all-am: Makefile $(SCRIPTS)  all-am: Makefile
   
 installdirs:  installdirs:
   
Line 307
 
Line 295
  $(RM) *.gif   $(RM) *.gif
  touch .bmaps   touch .bmaps
   
 items: .bmaps in_items makeps.pl items.gif  items: .bmaps in_items ../scripts/makeps.pl items.gif
  $(PERL) makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_items  inarch=$(pkgdatadir)/archetypes > items   $(PERL) ../scripts/makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_items  inarch=$(pkgdatadir)/archetypes > items
   
 in_items: items-extract $(pkgdatadir)/archetypes $(top_srcdir)/common/living.c  in_items: items-extract $(pkgdatadir)/archetypes $(top_srcdir)/common/living.c
  $(AWK) -v living_c=$(top_srcdir)/common/living.c -f items-extract $(pkgdatadir)/archetypes > in_items   $(AWK) -v living_c=$(top_srcdir)/common/living.c -f items-extract $(pkgdatadir)/archetypes > in_items
Line 325
 
Line 313
 in_char: char-extract $(pkgdatadir)/archetypes $(top_srcdir)/common/living.c  in_char: char-extract $(pkgdatadir)/archetypes $(top_srcdir)/common/living.c
  $(AWK) -v living_c=$(top_srcdir)/common/living.c -f char-extract $(pkgdatadir)/archetypes > in_char   $(AWK) -v living_c=$(top_srcdir)/common/living.c -f char-extract $(pkgdatadir)/archetypes > in_char
   
 char.html: .bmaps in_char makeps.pl characters.gif  char.html: .bmaps in_char ../scripts/makeps.pl characters.gif
  $(PERL) makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_char inarch=$(pkgdatadir)/archetypes > char.html   $(PERL) ../scripts/makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_char inarch=$(pkgdatadir)/archetypes > char.html
   
 in_stats: stats-extract $(pkgdatadir)/archetypes $(top_srcdir)/common/living.c  in_stats: stats-extract $(pkgdatadir)/archetypes $(top_srcdir)/common/living.c
  $(AWK) -v living_c=$(top_srcdir)/common/living.c -f stats-extract $(pkgdatadir)/archetypes > in_stats   $(AWK) -v living_c=$(top_srcdir)/common/living.c -f stats-extract $(pkgdatadir)/archetypes > in_stats
   
 stats.html: .bmaps in_stats makeps.pl stats.gif  stats.html: .bmaps in_stats ../scripts/makeps.pl stats.gif
  $(PERL) makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_stats archdir=$(pkgdatadir)/archetypes > stats.html   $(PERL) ../scripts/makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_stats archdir=$(pkgdatadir)/archetypes > stats.html
   
 equip.html: in_equip treas2-extract  equip.html: in_equip treas2-extract
  $(AWK) -v eqitems=in_equip -f treas2-extract ../../lib/treasures > equip.html   $(AWK) -v eqitems=in_equip -f treas2-extract ../../lib/treasures > equip.html


Legend:
line(s) removed in v.1.15 
line(s) changed
 line(s) added in v.1.16

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