summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix1003.1/Makefile')
-rw-r--r--doc/posix1003.1/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/posix1003.1/Makefile b/doc/posix1003.1/Makefile
index 1510910dae..b10631e6c3 100644
--- a/doc/posix1003.1/Makefile
+++ b/doc/posix1003.1/Makefile
@@ -49,8 +49,10 @@ dv: dvi
view: ps
$(GHOSTVIEW) $(PROJECT).ps
+# run texi2dvi twice to generate the xref's properly.
$(PROJECT).dvi: $(FILES)
- $(TEXI2DVI) $(PROJECT).texi
+ $(TEXI2DVI) -v $(PROJECT).texi
+ texi2dvi -v $(PROJECT).texi
ch01.texi: ch01.t
$(BMENU) -c -p "Preface" \