From de9b4dbe6da6cfa25c68b3d1d3007539f5c51d19 Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Sun, 28 Jun 2015 10:32:55 -0700 Subject: [PATCH] prepend head- to .htm files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c845ef..c88138f 100644 --- a/Makefile +++ b/Makefile @@ -269,7 +269,7 @@ endif $(BUILD_BASE)/espfs_img.o: html/ html/wifi/ espfs/mkespfsimage/mkespfsimage $(Q) rm -rf html_compressed; $(Q) cp -r html html_compressed; - $(Q) for file in `find html_compressed -type f -name "*.html"`; do \ + $(Q) for file in `find html_compressed -type f -name "*.htm*"`; do \ cat html_compressed/head- $$file >$${file}-; \ mv $$file- $$file; \ done