diff options
| -rw-r--r-- | doc/Makefile.am | 7 |
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) |
