summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2016-02-09 09:27:35 -0500
committerCristy <urban-warrior@imagemagick.org>2016-02-09 09:27:35 -0500
commit6720ed7fdc6908b46f213f43c316fcccab53dbcd (patch)
tree35eb65948d3eabb901cc4813c8c9e60d1b7651a7 /Makefile.am
parentf4f5483bdeb26621c66ba3ac0f27de9e8309a3d9 (diff)
downloadImageMagick-6720ed7fdc6908b46f213f43c316fcccab53dbcd.tar.gz
Remove compile warning
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 4f96202a4..33406e25a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -292,7 +292,7 @@ libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
# Format C API documentation
-html:
+html-local:
# copy static file
for dir in $(DOCDIRSMANUAL) ; do \
$(MKDIR_P) $(top_builddir)/$$dir ;\