tazpanel diff Makefile @ rev 323

network.cgi: fix connected networks
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 30 21:19:07 2012 +0200 (2012-06-30)
parents 03de38e7cdf3
children 553ab3cf1707
line diff
     1.1 --- a/Makefile	Thu May 17 15:29:27 2012 +0300
     1.2 +++ b/Makefile	Sat Jun 30 21:19:07 2012 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PREFIX?=/usr
     1.5  SYSCONFDIR?=/etc/slitaz
     1.6  DESTDIR?=
     1.7 -LINGUAS?=es fr pt_BR ru
     1.8 +LINGUAS?=el es fr pt_BR ru
     1.9  PANEL?=/var/www/tazpanel
    1.10  
    1.11  VERSION:=$(shell grep ^VERSION tazpanel | cut -d '=' -f 2)
    1.12 @@ -59,8 +59,4 @@
    1.13  	rm -f po/*.*~
    1.14  
    1.15  help:
    1.16 -	@echo "$$ pot          - remake pot"
    1.17 -	@echo "$$ msgmerge     - update *.po from *.pot"
    1.18 -	@echo "$$ msgfmt | all - compile *.mo"
    1.19 -	@echo "# install      - install files to system"
    1.20 -	@echo "$$ clean        - remove *.mo"
    1.21 +	@echo "make [ pot | msgmerge | msgfmt|all | install | clean ]"