Lines 1-11
Link Here
|
1 |
--- doc/Makefile.in.orig Wed Jul 7 16:33:12 2004 |
1 |
--- doc/Makefile.in.orig 2008-07-11 18:35:18.000000000 +0800 |
2 |
+++ doc/Makefile.in Wed Jul 7 16:34:27 2004 |
2 |
+++ doc/Makefile.in 2008-07-11 18:36:29.000000000 +0800 |
3 |
@@ -161,7 +161,7 @@ |
3 |
@@ -179,7 +179,7 @@ |
4 |
# and an extra copy or two in the install-data-hook. |
4 |
# and an extra copy or two in the install-data-hook. |
5 |
# However, the manpages do not appear to be tremendously useful, so |
5 |
# However, the manpages do not appear to be tremendously useful, so |
6 |
# let's not bother. |
6 |
# let's not bother. |
7 |
-@DOC_TRUE@htmldir = $(pkgdatadir)/html |
7 |
-@DOC_TRUE@htmldir = $(pkgdatadir)/html |
8 |
+@DOC_TRUE@htmldir = $(prefix)/share/doc/cppunit |
8 |
+@DOC_TRUE@htmldir = $(prefix)/share/doc/cppunit |
9 |
@DOC_TRUE@html_DATA = $(static_pages) html/index.html |
9 |
htmldir = @htmldir@ |
10 |
subdir = doc |
10 |
includedir = @includedir@ |
11 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
11 |
infodir = @infodir@ |