1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
--- doc/Makefile.am.orig Sun Oct 6 13:19:58 2002
+++ doc/Makefile.am Sat Nov 23 16:20:46 2002
@@ -15,7 +15,7 @@
# Lets put the informational stuff in a sub directory to avoid
# polluting /usr/local for default installs.
#
-docdir= $(prefix)/Xbae
+docdir= $(datadir)/Xbae
doc_DATA= \
contents.html coverplus.html difffonts.html \
--- doc/Makefile.in.orig Wed Oct 16 14:00:35 2002
+++ doc/Makefile.in Sat Nov 23 16:21:05 2002
@@ -127,7 +127,7 @@
# Lets put the informational stuff in a sub directory to avoid
# polluting /usr/local for default installs.
#
-docdir = $(prefix)/Xbae
+docdir = $(datadir)/Xbae
doc_DATA = \
contents.html coverplus.html difffonts.html \
--- Makefile.am.orig Tue Aug 20 12:03:13 2002
+++ Makefile.am Sat Nov 23 16:28:21 2002
@@ -16,7 +16,7 @@
endif
-docdir= $(prefix)/Xbae
+docdir= $(datadir)/Xbae
doc_DATA= NEWS README INSTALL
.PHONY: changelog UpdateCheck
--- Makefile.in.orig Wed Oct 16 13:56:23 2002
+++ Makefile.in Sat Nov 23 16:28:17 2002
@@ -125,7 +125,7 @@
@Aclocal_TRUE@aclocal_DATA = ac_find_xbae.m4
-docdir = $(prefix)/Xbae
+docdir = $(datadir)/Xbae
doc_DATA = NEWS README INSTALL
#
--- examples/builderXcessory/Makefile.am.orig Tue Jan 25 17:39:52 2000
+++ examples/builderXcessory/Makefile.am Sat Nov 23 16:27:50 2002
@@ -9,7 +9,7 @@
xbae.wml \
xbae_ctrl.tcl
-examplesdir = $(prefix)/Xbae/examples/builderXcessory
+examplesdir = $(datadir)/Xbae/examples/builderXcessory
examples_DATA = \
XbaeCaption.col XbaeInput.col XbaeMatrix.col \
XbaeCaption.pix XbaeInput.pix XbaeMatrix.pix \
--- examples/builderXcessory/Makefile.in.orig Wed Oct 16 14:00:28 2002
+++ examples/builderXcessory/Makefile.in Sat Nov 23 16:27:46 2002
@@ -122,7 +122,7 @@
xbae_ctrl.tcl
-examplesdir = $(prefix)/Xbae/examples/builderXcessory
+examplesdir = $(datadir)/Xbae/examples/builderXcessory
examples_DATA = \
XbaeCaption.col XbaeInput.col XbaeMatrix.col \
XbaeCaption.pix XbaeInput.pix XbaeMatrix.pix \
--- doc/images/Makefile.am.orig Tue Aug 20 14:11:11 2002
+++ doc/images/Makefile.am Sat Nov 23 16:27:21 2002
@@ -10,7 +10,7 @@
# Lets put the informational stuff in a sub directory to avoid
# polluting /usr/local for default installs.
#
-imagedir= $(exec_prefix)/Xbae/images
+imagedir= $(datadir)/Xbae/images
--- doc/images/Makefile.in.orig Wed Oct 16 14:00:42 2002
+++ doc/images/Makefile.in Sat Nov 23 16:27:15 2002
@@ -122,7 +122,7 @@
# Lets put the informational stuff in a sub directory to avoid
# polluting /usr/local for default installs.
#
-imagedir = $(exec_prefix)/Xbae/images
+imagedir = $(datadir)/Xbae/images
#
# Cut the distribution size, don't distribute these in a source
|