Mercurial > hg > octave-jordi
diff doc/interpreter/Makefile.in @ 3176:fccab8e7d35f
[project @ 1998-05-18 20:33:31 by jwe]
author | jwe |
---|---|
date | Mon, 18 May 1998 20:33:42 +0000 |
parents | db6d57d718f7 |
children | bef7b73c0724 |
line wrap: on
line diff
--- a/doc/interpreter/Makefile.in +++ b/doc/interpreter/Makefile.in @@ -67,12 +67,16 @@ -dvips -o octave.ps octave.dvi ../../INSTALL.OCTAVE: install.texi - -makeinfo -D INSTALLONLY --no-headers --no-split --output INSTALL \ + rm -f INSTALL + -makeinfo -D INSTALLONLY \ + --no-validate --no-headers --no-split --output INSTALL \ -I$(srcdir) -I$(srcdir)/.. $(srcdir)/install.texi mv INSTALL ../../INSTALL.OCTAVE ../../BUGS: bugs.texi - -makeinfo -D BUGSONLY --no-headers --no-split --output BUGS \ + rm -f BUGS + -makeinfo -D BUGSONLY \ + --no-validate --no-headers --no-split --output BUGS \ -I$(srcdir) -I$(srcdir)/.. $(srcdir)/bugs.texi mv BUGS ../../BUGS