tazpanel diff Makefile @ rev 579

Makefile: fix tazpanel-extra files list
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 04 22:08:29 2016 +0200 (2016-04-04)
parents a15373a181ff
children 00f3f95762d4
line diff
     1.1 --- a/Makefile	Thu Dec 10 04:11:45 2015 +0200
     1.2 +++ b/Makefile	Mon Apr 04 22:08:29 2016 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  LINGUAS?=el es fr pl pt_BR ru sv
     1.5  PANEL?=/var/www/tazpanel
     1.6  BASECGI?=boot.cgi hardware.cgi help.cgi index.cgi network.cgi hosts.cgi settings.cgi
     1.7 -EXTRACGI?=floppy.cgi test.cgi
     1.8 +EXTRACGI?=floppy.cgi test.cgi powersaving.cgi
     1.9  
    1.10  VERSION:=$(shell grep ^VERSION tazpanel | cut -d= -f2)
    1.11