tazpanel diff Makefile @ rev 42

Add settings.cgi and split user config from index.cgi, add need CSS stuff and up POT
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 07 01:22:07 2011 +0200 (2011-04-07)
parents 1a80f769f6e1
children 7dfcc2b58b33
line diff
     1.1 --- a/Makefile	Wed Apr 06 06:17:23 2011 +0200
     1.2 +++ b/Makefile	Thu Apr 07 01:22:07 2011 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PREFIX?=/usr
     1.5  SYSCONFDIR?=/etc/slitaz
     1.6  DESTDIR?=
     1.7 -LINGUAS?=pt
     1.8 +LINGUAS?=fr
     1.9  PANEL?=/var/www/tazpanel
    1.10  
    1.11  VERSION:=$(shell grep ^VERSION tazpanel | cut -d '=' -f 2)
    1.12 @@ -20,7 +20,7 @@
    1.13  msgmerge:
    1.14  	@for l in $(LINGUAS); do \
    1.15  		echo -n "Updating $$l po file."; \
    1.16 -		msgmerge -U po/$$l.po po/tazpanel-pkgs.pot; \
    1.17 +		msgmerge -U po/$$l.po po/tazpanel.pot; \
    1.18  	done;
    1.19  
    1.20  msgfmt:
    1.21 @@ -46,4 +46,5 @@
    1.22  
    1.23  clean:
    1.24  	rm -rf po/mo
    1.25 +	rm -f po/*.*~
    1.26