Update of /cvsroot/perfparse/_perfparse-phpgui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26028/phpgui
Modified Files:
Makefile.am Makefile.in
Log Message:
fix install issues phpui (thanks to Sabrina Kavanaugh). Make cleanup more friendly.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/perfparse/_perfparse-phpgui/Makefile.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Makefile.in 28 Jan 2008 01:14:35 -0000 1.15
--- Makefile.in 13 Feb 2008 22:50:32 -0000 1.16
***************
*** 242,247 ****
--- 242,249 ----
lang/de.php \
lang/en.php \
+ lang/fr.php \
naupy.inc.php \
perfparse.php \
+ tabber.js \
smarty_extensions/block.tr.php \
smarty_extensions/modifier.difftime.php \
***************
*** 275,278 ****
--- 277,281 ----
templates/edit_host_list.tpl.html \
templates/select_metric.tpl.html \
+ templates/default.css \
templates_c/index.php \
Smarty/COPYING.lib \
Index: Makefile.am
===================================================================
RCS file: /cvsroot/perfparse/_perfparse-phpgui/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile.am 28 Jan 2008 01:14:35 -0000 1.8
--- Makefile.am 13 Feb 2008 22:50:32 -0000 1.9
***************
*** 5,10 ****
--- 5,12 ----
lang/de.php \
lang/en.php \
+ lang/fr.php \
naupy.inc.php \
perfparse.php \
+ tabber.js \
smarty_extensions/block.tr.php \
smarty_extensions/modifier.difftime.php \
***************
*** 38,41 ****
--- 40,44 ----
templates/edit_host_list.tpl.html \
templates/select_metric.tpl.html \
+ templates/default.css \
templates_c/index.php \
Smarty/COPYING.lib \
|