tazpanel diff Makefile @ rev 527

Add hosts.cgi; update translations
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 26 05:51:08 2015 +0300 (2015-08-26)
parents 5323427d34b9
children 082b622cb781
line diff
     1.1 --- a/Makefile	Thu Aug 20 17:00:19 2015 +0300
     1.2 +++ b/Makefile	Wed Aug 26 05:51:08 2015 +0300
     1.3 @@ -5,7 +5,7 @@
     1.4  DESTDIR?=
     1.5  LINGUAS?=el es fr pl pt_BR ru sv
     1.6  PANEL?=/var/www/tazpanel
     1.7 -BASECGI?=boot.cgi hardware.cgi help.cgi index.cgi network.cgi settings.cgi
     1.8 +BASECGI?=boot.cgi hardware.cgi help.cgi index.cgi network.cgi hosts.cgi settings.cgi
     1.9  EXTRACGI?=floppy.cgi powersaving.cgi
    1.10  
    1.11  VERSION:=$(shell grep ^VERSION tazpanel | cut -d= -f2)
    1.12 @@ -25,7 +25,7 @@
    1.13  		--from-code="UTF-8" \
    1.14  		--package-name="TazPanel" \
    1.15  		--package-version="$(VERSION)" \
    1.16 -		./tazpanel ./index.cgi ./network.cgi ./boot.cgi \
    1.17 +		./tazpanel ./index.cgi ./network.cgi ./hosts.cgi ./boot.cgi \
    1.18  		./hardware.cgi ./settings.cgi ./lib/libtazpanel ./help.cgi \
    1.19  		./styles/default/header.html ./styles/default/footer.html
    1.20