tidy is a post target
[mkws-moved-to-github.git] / test / widgets / Makefile
index 2c1fcbf..ec22408 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" }'