diff options
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index ad05cea..aef8705 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -48,7 +48,7 @@ # Where are the various programs? LATEX= latex BIBTEX= bibtex -DVIPS= dvips -f +DVIPS= dvips -f -N0 MAKEINDEX= makeindex L2H= latex2html L2HARGS= -address $$USER@`domainname` |