comparison 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
comparison
equal deleted inserted replaced
3175:096940972434 3176:fccab8e7d35f
65 65
66 octave.ps: octave.dvi 66 octave.ps: octave.dvi
67 -dvips -o octave.ps octave.dvi 67 -dvips -o octave.ps octave.dvi
68 68
69 ../../INSTALL.OCTAVE: install.texi 69 ../../INSTALL.OCTAVE: install.texi
70 -makeinfo -D INSTALLONLY --no-headers --no-split --output INSTALL \ 70 rm -f INSTALL
71 -makeinfo -D INSTALLONLY \
72 --no-validate --no-headers --no-split --output INSTALL \
71 -I$(srcdir) -I$(srcdir)/.. $(srcdir)/install.texi 73 -I$(srcdir) -I$(srcdir)/.. $(srcdir)/install.texi
72 mv INSTALL ../../INSTALL.OCTAVE 74 mv INSTALL ../../INSTALL.OCTAVE
73 75
74 ../../BUGS: bugs.texi 76 ../../BUGS: bugs.texi
75 -makeinfo -D BUGSONLY --no-headers --no-split --output BUGS \ 77 rm -f BUGS
78 -makeinfo -D BUGSONLY \
79 --no-validate --no-headers --no-split --output BUGS \
76 -I$(srcdir) -I$(srcdir)/.. $(srcdir)/bugs.texi 80 -I$(srcdir) -I$(srcdir)/.. $(srcdir)/bugs.texi
77 mv BUGS ../../BUGS 81 mv BUGS ../../BUGS
78 82
79 check: all 83 check: all
80 .PHONY: check 84 .PHONY: check