diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-08 17:09:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-08 17:09:31 -0300 |
commit | 9b50adbe43d0d7c828fd32707aaa3bf6683de285 (patch) | |
tree | 9f0599fb5f6399eb07237e9c28f7499f59ae81aa /Makefile | |
parent | 17b4e87b5ab44f655091abd8afa20f2cb3845d59 (diff) | |
download | clientdata-9b50adbe43d0d7c828fd32707aaa3bf6683de285.tar.gz clientdata-9b50adbe43d0d7c828fd32707aaa3bf6683de285.tar.bz2 clientdata-9b50adbe43d0d7c828fd32707aaa3bf6683de285.tar.xz clientdata-9b50adbe43d0d7c828fd32707aaa3bf6683de285.zip |
Makefile update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |