Lines 1-17
Link Here
|
1 |
--- Makefile.orig Sun Feb 9 08:57:03 2003 |
1 |
--- Makefile.orig Sat Dec 14 08:57:02 2002 |
2 |
+++ Makefile Thu Feb 13 21:34:14 2003 |
2 |
+++ Makefile Sun Dec 29 22:35:20 2002 |
3 |
@@ -58,8 +58,8 @@ |
3 |
@@ -56,12 +56,12 @@ |
4 |
PROJECT=tidy |
4 |
SHELL=/bin/sh |
5 |
|
5 |
|
6 |
# Installation variables. Spaces OK, only dir create and file copy operations. |
6 |
# Installation variables. Spaces OK, only dir create and file copy operations. |
7 |
-runinst_prefix=/usr/local |
7 |
-runinst_prefix=/usr |
8 |
-devinst_prefix=/usr/local |
8 |
-devinst_prefix=/usr |
9 |
+runinst_prefix=${PREFIX} |
9 |
+runinst_prefix=${PREFIX} |
10 |
+devinst_prefix=${PREFIX} |
10 |
+devinst_prefix=${PREFIX} |
11 |
|
11 |
|
12 |
bininst = ${runinst_prefix}/bin |
12 |
bininst = ${runinst_prefix}/bin |
13 |
libinst = ${devinst_prefix}/lib |
13 |
libinst = ${devinst_prefix}/lib |
14 |
@@ -76,8 +76,9 @@ |
14 |
-incinst = ${devinst_prefix}/include |
|
|
15 |
+incinst = ${devinst_prefix}/include/tidy |
16 |
maninst = ${devinst_prefix}/man |
17 |
|
18 |
# Internal variables. - No spaces allowed: libtool chokes on spaces in directory names. |
19 |
@@ -74,8 +74,9 @@ |
15 |
BINDIR = ${TOPDIR}/bin |
20 |
BINDIR = ${TOPDIR}/bin |
16 |
|
21 |
|
17 |
# CFLAGS etc.. |
22 |
# CFLAGS etc.. |