diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -7,7 +7,7 @@ XSLTPROC = xsltproc all: @echo "Normal: build pipeline" - @echo "Standard: contrib about-server wiki check-png testxml updates music license icc" + @echo "Standard: contrib about-server wiki check-png testxml license icc" @echo "Groups: build check pipeline" @@ -43,15 +43,9 @@ check-xml: testxml: cd ../tools/testxml/ ; ./testxml.py silent -updates: - cd ../tools/update/ ; ./update.sh - build: cd ../tools/ ; make client -music: - cd ../tools/update/ ; ./update_music.sh - license: cd ../tools/licensecheck/ ; ./clientdata.sh |