enable to run tidy several times
[mkws-moved-to-github.git] / test / widgets / Makefile
index 2c1fcbf..e91e13c 100644 (file)
@@ -39,6 +39,11 @@ screenshots: clean estimate-time iframe
            done; \
            ${MAKE} PREFIX=$$t index; \
        done
+       ${MAKE} tidy help-url
+
+help-url:
+       @echo ""
+       @echo "Please check now: http://localhost/test/widgets/"
 
 estimate-time:
        @wc -l url.* | tail -n1 | awk '{print "Estimeate run time: " $$1 * (1 + '${TIMEOUT}'), "seconds" }'
@@ -54,7 +59,7 @@ index-iframe-demo:
 tidy:
        for i in iframe-demos.html index-*.html; do \
            tidy -i -m $$i >/dev/null 2>&1; \
-           perl -i -npe 's,(</head>),<link type="text/css" rel="stylesheet" href="screenshots.css" />\n$$1,' $$i; \
+           perl -i -npe 's,(^\s*</head>),<link type="text/css" rel="stylesheet" href="screenshots.css" />\n$$1,' $$i; \
        done
 
 help: