tazpanel diff Makefile @ rev 443

Use short gettext commands; use $HTTP_HOST in redirection URL (for localhost 127.0.0.1:82 works too; for local network connection URL like 192.168.1.10:82 works).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 08 15:32:20 2015 +0300 (2015-04-08)
parents adedebded23a
children 77d13290c89c
line diff
     1.1 --- a/Makefile	Wed Apr 08 09:55:46 2015 +0200
     1.2 +++ b/Makefile	Wed Apr 08 15:32:20 2015 +0300
     1.3 @@ -13,7 +13,7 @@
     1.4  # i18n
     1.5  
     1.6  pot:
     1.7 -	xgettext -o po/tazpanel.pot -L Shell \
     1.8 +	xgettext -o po/tazpanel.pot -L Shell -k_ -k_n -k_p:1,2 \
     1.9  		--package-name="TazPanel" \
    1.10  		--package-version="$(VERSION)" \
    1.11  		./tazpanel ./index.cgi ./network.cgi ./boot.cgi \