diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -50,3 +50,9 @@ license: icc: cd ../tools/imagescheck/ ; ./icccheck.sh + +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." |