diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-20 05:50:21 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-20 05:50:21 +0000 |
commit | 278d839aca62face8a91015097d821cfbd522112 (patch) | |
tree | 95b28b28ee8987cbc597a0a8ff737fd1aec306c6 /math/oleo/files | |
parent | 418136972c475af8b1ae8a8650bdcd148a372861 (diff) |
Notes
Diffstat (limited to 'math/oleo/files')
-rw-r--r-- | math/oleo/files/patch-ad | 20 | ||||
-rw-r--r-- | math/oleo/files/patch-af | 12 |
2 files changed, 22 insertions, 10 deletions
diff --git a/math/oleo/files/patch-ad b/math/oleo/files/patch-ad index 0ab793786b11..bc33cb5147f1 100644 --- a/math/oleo/files/patch-ad +++ b/math/oleo/files/patch-ad @@ -1,11 +1,11 @@ ---- ./Makefile.in.org Fri Jun 3 21:58:09 1994 -+++ ./Makefile.in Wed Oct 18 22:06:28 1995 -@@ -28,7 +28,7 @@ - # Directory to install `oleo' in. - bindir = $(exec_prefix)/bin +--- Makefile.in.orig Sat Jul 10 16:46:45 1999 ++++ Makefile.in Sat Sep 18 04:16:54 1999 +@@ -123,7 +123,7 @@ + EXTRA_DIST = oleobug.in FAQ oleo.spec.in oleo.spec ftp.gnudist ftp.alpha ftp.dist --CFLAGS = -g -D_XOPEN_SOURCE -+CFLAGS += -D_XOPEN_SOURCE - BISONFLAGS = - optional_libs = @LIBS@ @wlibs@ - extra_objs =@LIBOBJS@ @ALLOCA@ + +-docdir = $(prefix)/Oleo ++docdir = $(datadir)/doc/Oleo + doc_DATA = AUTHORS FAQ + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/math/oleo/files/patch-af b/math/oleo/files/patch-af new file mode 100644 index 000000000000..45afb4206e7d --- /dev/null +++ b/math/oleo/files/patch-af @@ -0,0 +1,12 @@ +--- doc/oleo.texi.orig Thu Dec 24 09:24:23 1998 ++++ doc/oleo.texi Sat Sep 18 03:24:39 1999 +@@ -2,6 +2,9 @@ + @c %**start of header + @setfilename oleo.info + @settitle Oleo @value{version} ++@direntry ++* Oleo: (oleo). Oleo, the GNU spreadsheet. ++@end direntry + @c make a command index: + @defcodeindex cm + @c %**end of header |