[slbackup-commit] CVS update: slbackup-php Makefile

finnarne-guest at alioth.debian.org finnarne-guest at alioth.debian.org
Fri Apr 13 09:46:58 UTC 2007


  User: finnarne-guest
  Date: 07/04/13 09:46:58

  Modified:    .        Makefile
  Log:
  Cleaned up som lwat stuf from Makefile
  
  Revision  Changes    Path
  1.2       +6 -22     slbackup-php/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/Makefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile	13 Apr 2007 09:41:32 -0000	1.1
  +++ Makefile	13 Apr 2007 09:46:58 -0000	1.2
  @@ -1,35 +1,19 @@
   PACKAGE = slbackup-php
   LIBS= \
  -	admin.php \
  -	admin.js \
   	index.php \
  -	fixup.php \
  -	chguserpw.php \
  -	default.css \
  -	createlm.php \
  -	buildconf.php \
  -	import.php \
   	functions.php
   
   SCRIPTS= \
  -	createhomedir
  +	mypass.sh
   
   CONFS= \
   	apache.conf 
   
  -SAMPLES= \
  -        admin.ini \
  -        admin-edu.ini \
  -        admin-slx.ini \
  -        config.php
  -
  -DOCS= \
  -	README \
  -	TODO \
  -	ChangeLog
  +SAMPLES= 
   
  -BIN= \
  -	slbackup-php_adduser.php
  +DOCS= 
  +
  +BIN= 
   
   INSTALL     = install -p -m 755
   INSTALL_DATA= install -D -p -m 644
  @@ -64,7 +48,7 @@
   
   mo-files: locales/mo-stamp
   
  -po/slbackup-php.pot: lib/*.php templates/*.tpl
  +po/slbackup-php.pot: src/*.php templates/*.tpl
   	tsmarty2c.php templates | \
   	    xgettext --add-comments --default-domain=slbackup-php \
   	        - lib/*.php --output po/slbackup-php.pot
  
  
  



More information about the slbackup-commit mailing list