openbsd-ports/math/octave/patches/patch-doc_liboctave_Makefile_in

13 lines
504 B
Plaintext
Raw Normal View History

$OpenBSD: patch-doc_liboctave_Makefile_in,v 1.5 2007/07/28 07:09:19 steven Exp $
--- doc/liboctave/Makefile.in.orig Wed Jul 25 21:23:26 2007
+++ doc/liboctave/Makefile.in Thu Jul 26 11:19:49 2007
@@ -46,7 +46,7 @@ SPELL = $(patsubst %.texi, %.spell, $(TEXINFO))
$(SED) -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp
mv $@.tmp $@
-all: liboctave.info liboctave.dvi liboctave.ps liboctave.pdf HTML/index.html
+all: liboctave.info HTML/index.html
.PHONY: all
liboctave.info: $(TEXINFO)