summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-22 15:39:31 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-22 15:39:31 -0300
commit87efead8fd45b3eb95f375cdca3f4441cbb297a2 (patch)
treea74fa74cb9ab3fcf1d2f2c4fb65675ebc201cfc9 /Makefile
parent426ea7c540dd3292cd5a321df11ed63267f68145 (diff)
downloadclientdata-87efead8fd45b3eb95f375cdca3f4441cbb297a2.tar.gz
clientdata-87efead8fd45b3eb95f375cdca3f4441cbb297a2.tar.bz2
clientdata-87efead8fd45b3eb95f375cdca3f4441cbb297a2.tar.xz
clientdata-87efead8fd45b3eb95f375cdca3f4441cbb297a2.zip
Simplify make pipeline
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6b935315..8f0dc80c 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @@ icc:
pipeline: check-xml
cd ../tools/testxml/ ; ./testxml.py silent |grep -v "Checking"
- echo "Now using imagemagic to verify images..."
- cd ../tools/imagescheck/ ; ./icccheck.sh
- echo "Now run `make check-png` to check PNG images. Use `make contrib` if contributor list must be updated."
+ #echo "Now using imagemagic to verify images..."
+ #cd ../tools/imagescheck/ ; ./icccheck.sh
+ @echo "Now run `make check-png` to check PNG images. Use `make contrib` if contributor list must be updated."
+ @echo "Use `make icc` to verify for broken images, too."