summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-28 10:11:41 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-28 10:11:41 +0200
commit3a1718e0109e9cef4f848bcdbe0c5d92e06e0830 (patch)
treea5fd755064257d12e3ce937f4fd4c4dd52d88dcb /doc
parent4a433cde9871b77858b059c318488f7a1a6f3e50 (diff)
downloadcppunit-3a1718e0109e9cef4f848bcdbe0c5d92e06e0830.tar.gz
Some build system tweaks
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 08e5a03..81205cf 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -13,11 +13,11 @@ static_pages = FAQ
# However, the manpages do not appear to be tremendously useful, so
# let's not bother.
-if DOC
-
htmldir = $(pkgdatadir)/html
html_DATA = $(static_pages) html/index.html
+if DOC
+
install-data-hook:
cp -pR html/* $(DESTDIR)$(htmldir)