Skip to content

Commit

Permalink
Include www/assets in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 16, 2017
1 parent a705040 commit 3cae704
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -5150,7 +5150,7 @@ DISTDIRS = images scripts www PerlMagick
# 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)
@INSTALL_DOC_TRUE@HTML_INSTALL_DATA_TARGETS = install-data-html

Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -4559,7 +4559,7 @@ MAGICK_PATCHLEVEL_VERSION=15

MAGICK_VERSION=7.0.7-15

MAGICK_GIT_REVISION=21896:18b6989dc:20171215
MAGICK_GIT_REVISION=21903:a70504060:20171216


# Substitute library versioning
Expand Down

0 comments on commit 3cae704

Please sign in to comment.