13 lines
504 B
Plaintext
13 lines
504 B
Plaintext
$OpenBSD: patch-doc_liboctave_Makefile_in,v 1.6 2008/01/21 18:30:13 steven Exp $
|
|
--- doc/liboctave/Makefile.in.orig Fri Oct 26 20:22:05 2007
|
|
+++ doc/liboctave/Makefile.in Sat Dec 29 17:13:51 2007
|
|
@@ -59,7 +59,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)
|