From 87efead8fd45b3eb95f375cdca3f4441cbb297a2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 22 Mar 2018 15:39:31 -0300 Subject: Simplify make pipeline --- Makefile | 7 ++++--- 1 file 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." -- cgit v1.2.3-60-g2f50