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