From 829a1166146e5f7a5007236f5a524deb776a38c8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 Oct 1998 20:40:22 +0000 Subject: Corrected 2nd invocation of texi2dvi so indices are built. --- doc/posix1003.1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/posix1003.1/Makefile') diff --git a/doc/posix1003.1/Makefile b/doc/posix1003.1/Makefile index ca16406029..3337910981 100644 --- a/doc/posix1003.1/Makefile +++ b/doc/posix1003.1/Makefile @@ -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" \ -- cgit v1.2.3