# HG changeset patch # User Mads Kiilerich # Date 2014-11-01 19:00:31 # Node ID a5d6a609752b08d95d773004d2bd1b16bec80f5e # Parent 4c490626af13a0ba806713eb151b6baf1270f14b Makefile: update .PHONY Based on sed -n 's/^\([a-z0-9-]*\):\(\s.*\)\?$/\1/gp' Makefile | xargs echo add check, check-code, update-pot, some packaging targets diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -186,5 +186,7 @@ docker-centos7: contrib/dockerrpm centos7 .PHONY: help all local build doc clean install install-bin install-doc \ - install-home install-home-bin install-home-doc dist dist-notests tests \ - update-pot fedora20 docker-fedora20 + install-home install-home-bin install-home-doc \ + dist dist-notests check tests check-code update-pot \ + osx fedora20 docker-fedora20 \ + centos5 docker-centos5 centos6 docker-centos6 centos7 docker-centos7