more spaces in help message
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 7 Jan 2015 13:10:34 +0000 (13:10 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 7 Jan 2015 13:10:34 +0000 (13:10 +0000)
test/widgets/Makefile

index e2a1810..846ed18 100644 (file)
@@ -31,7 +31,7 @@ screenshot:
          ${PHANTOMJS} ${PROG} "${PHANTOMJS_URL}" ${IMAGES}/tmp.$$file.png ${SCREENSHOT_WIDTH_HEIGHT} ${TIMEOUT}; \
          mv -f  ${IMAGES}/tmp.$$file.png  ${IMAGES}/$$file.png
 
          ${PHANTOMJS} ${PROG} "${PHANTOMJS_URL}" ${IMAGES}/tmp.$$file.png ${SCREENSHOT_WIDTH_HEIGHT} ${TIMEOUT}; \
          mv -f  ${IMAGES}/tmp.$$file.png  ${IMAGES}/$$file.png
 
-screenshots: clean estimate-time iframe tidy
+screenshots: clean estimate-time iframe tidy help-url
        set -e; \
        for t in ${TESTS}; do \
            for i in $$(cat url.$$t); do \
        set -e; \
        for t in ${TESTS}; do \
            for i in $$(cat url.$$t); do \
@@ -39,6 +39,9 @@ screenshots: clean estimate-time iframe tidy
            done; \
            ${MAKE} PREFIX=$$t index; \
        done
            done; \
            ${MAKE} PREFIX=$$t index; \
        done
+
+help-url:
+       @echo ""
        @echo "Please check now: http://localhost/test/widgets/"
 
 estimate-time:
        @echo "Please check now: http://localhost/test/widgets/"
 
 estimate-time: