1
0
Fork 0

Corrected html dep ordering issue to ensure img files are built

perfodd
Mike Gerwitz 2013-12-24 23:55:14 -05:00
parent fdd7d0f1b2
commit a11a1a4efc
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ $(path_doc_output_plain): $(doc_imgs_txt)
# doc html (multiple pages); override default target to call automake's first # doc html (multiple pages); override default target to call automake's first
# and then post-process output (it has no *-hook target support) # 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? sed -i '$(doc_replace)' easejs.html/*.htm?
# doc html (single page) # doc html (single page)