summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-28 10:38:35 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-28 10:38:35 +0200
commit143021676d44477ab32e1f36a9e086c3b007527b (patch)
tree04397bc03d5831765b7cd448a3c09ee247b2fedf /doc
parent3a1718e0109e9cef4f848bcdbe0c5d92e06e0830 (diff)
Fix non-doxygen buildcppunit-1.13.0
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 81205cf..8815476 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -13,11 +13,14 @@ static_pages = FAQ
# However, the manpages do not appear to be tremendously useful, so
# let's not bother.
-htmldir = $(pkgdatadir)/html
-html_DATA = $(static_pages) html/index.html
+htmldir=
+html_DATA=
if DOC
+htmldir += $(pkgdatadir)/html
+html_DATA += $(static_pages) html/index.html
+
install-data-hook:
cp -pR html/* $(DESTDIR)$(htmldir)