latex Guidebook [1 of 2] (trunk only)
Last fall when Michael added the symset stuff to supersede the old handling for IBMgraphics and DECgraphics, Guidebook.tex was changed to support multi-page tables in the output. But that requires that the input be processed twice, because it requires feedback stored in Guidebook.aux and the first pass can't rely on that file being present or up to date. This updates the Unix, VMS, and OS/2 makefiles to do two-pass processing. (I didn't see latex usage anywhere else, and the branch version doesn't include the formatting change which needs this.)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Makefile.os2 3.5 2006/01/07
|
||||
# SCCS Id: @(#)Makefile.os2 3.5 2007/05/25
|
||||
# OS/2 NetHack 3.5 Makefile for OS/2 versions 1.x and 2.x
|
||||
# Copyright (C) 1990, 1991, 1992, 1993, 1996 Timo Hakulinen
|
||||
#
|
||||
@@ -1458,8 +1458,12 @@ $(GAMEDIR)\nethack.cnf :
|
||||
#
|
||||
# Documentation.
|
||||
#
|
||||
# LaTeX needs to be run twice.
|
||||
# The second pass uses the $(GUIDEBOO).aux file made by the first.
|
||||
#
|
||||
|
||||
$(TEMP)\$(GUIDEBOO).dvi : $(DOC)\$(GUIDEBOO).tex
|
||||
$(LATEX) $(DOC)\$(GUIDEBOO).tex
|
||||
$(LATEX) $(DOC)\$(GUIDEBOO).tex
|
||||
$(CP) $(GUIDEBOO).dvi $(TEMP)
|
||||
$(CP) $(GUIDEBOO).aux $(TEMP)
|
||||
|
||||
Reference in New Issue
Block a user