forked from Imagelibrary/rtems
Corrected 2nd invocation of texi2dvi so indices are built.
This commit is contained in:
@@ -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" \
|
||||
|
||||
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user