From 9b50adbe43d0d7c828fd32707aaa3bf6683de285 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Jul 2018 17:09:31 -0300 Subject: Makefile update --- Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f0dc80c..2e53afff 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,10 @@ SHELL=/bin/bash XSLTPROC = xsltproc -all: about-server check +all: + @echo "Standard: contrib about-server wiki check-png testxml updates music license icc" + @echo "Groups: check pipeline" + contrib: about-server wiki @@ -37,13 +40,13 @@ check-xml: cd ../tools/testxml/ ; ./xsdcheck.sh ; cat errors.txt testxml: - cd ../tools/testxml/ ; ./testxml.py all + cd ../tools/testxml/ ; ./testxml.py silent updates: - cd ../tools/update/ ; ./createnew.sh + cd ../tools/update/ ; ./update.sh music: - cd ../tools/update/ ; ./create_music.sh + cd ../tools/update/ ; ./update_music.sh license: cd ../tools/licensecheck/ ; ./clientdata.sh -- cgit v1.2.3-70-g09d2