From a11a1a4efcd306eee70cb5b7b068f2d4878d38f2 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 24 Dec 2013 23:55:14 -0500 Subject: [PATCH] Corrected html dep ordering issue to ensure img files are built --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 3e91f38..7e3879b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -69,7 +69,7 @@ $(path_doc_output_plain): $(doc_imgs_txt) # doc html (multiple pages); override default target to call automake's first # and then post-process output (it has no *-hook target support) -html: html-am $(path_doc_output_html)/$(path_doc_css_ref) +html: html-local html-am $(path_doc_output_html)/$(path_doc_css_ref) sed -i '$(doc_replace)' easejs.html/*.htm? # doc html (single page)