Corrected 2nd invocation of texi2dvi so indices are built.

This commit is contained in:
Joel Sherrill
1998-10-27 20:40:22 +00:00
parent c19a48472f
commit 829a116614
2 changed files with 1 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ $(PROJECT).ps: $(PROJECT).dvi
# run texi2dvi twice to generate the xref's properly.
$(PROJECT).dvi: $(FILES)
$(TEXI2DVI) -v $(PROJECT).texi
texi2dvi -v $(PROJECT).texi
texi2dvi $(PROJECT).texi
ch01.texi: ch01.t
$(BMENU) -c -p "Preface" \

View File

@@ -42,7 +42,6 @@ $(PROJECT).ps: $(PROJECT).dvi
# run texi2dvi twice to generate the xref's properly.
$(PROJECT).dvi: $(FILES)
$(TEXI2DVI) -v $(PROJECT).texi
texi2dvi -v $(PROJECT).texi
intro.texi: intro.t versions.texi
$(BMENU) -c -p "Top" \