blob: 346cd14746395bcb624f8df27f467553dc6b1474 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- doc/Makefile.in.orig 2001-03-10 14:32:46 UTC
+++ doc/Makefile.in
@@ -87,7 +87,7 @@ INTLOBJS = @INTLOBJS@
LIBOBJS = @LIBOBJS@
LN_S = @LN_S@
MAINT = @MAINT@
-MAKEINFO = @MAKEINFO@
+MAKEINFO = @MAKEINFO@ --no-split
MKINSTALLDIRS = @MKINSTALLDIRS@
MOTIF_CFLAGS = @MOTIF_CFLAGS@
MOTIF_LIBS = @MOTIF_LIBS@
@@ -125,7 +125,7 @@ TEXIS = basics.texi bugs.texi cell-refs.
EXTRA_DIST = $(TEXIS) oleo_web.html texi2html oleo1.png
noinst_DATA = oleo_web.html $(TEXIS)
-@HavePerl_TRUE@htmldir = $(prefix)/share/oleo
+@HavePerl_TRUE@htmldir = $(prefix)/share/doc/oleo
@HavePerl_TRUE@html_DATA = oleo.html
DISTCLEANFILES = $(html_DATA)
|