summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2017-12-16 10:22:07 -0500
committerCristy <urban-warrior@imagemagick.org>2017-12-16 10:22:07 -0500
commit3cae704c5ccba48f7f799a64e700eeb4e64cac9b (patch)
tree5dbc5c68d07bce8c00674ce638a7042b41198b18 /Makefile.am
parenta7050406097d131568b4dc846025b801a1a07827 (diff)
downloadImageMagick-3cae704c5ccba48f7f799a64e700eeb4e64cac9b.tar.gz
Include www/assets in the build
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3f2f534ed..553b11292 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -240,7 +240,7 @@ dist-hook:
# Install HTML files
pkgdocdir = $(DOCUMENTATION_PATH)
DOCDIRSDOXYGEN = www/api/MagickCore www/api/MagickWand
-DOCDIRSMANUAL = images images/patterns www www/css www/js www/api www/source www/Magick++
+DOCDIRSMANUAL = images images/patterns www www/assets www/api www/source www/Magick++
DOCDIRS= $(DOCDIRSMANUAL) $(DOCDIRSDOXYGEN)
if INSTALL_DOC