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

finnarne-guest at alioth.debian.org finnarne-guest at alioth.debian.org
Fri Apr 13 09:49:25 UTC 2007


  User: finnarne-guest
  Date: 07/04/13 09:49:25

  Modified:    .        Makefile
  Log:
  Fixed some renamed folders
  
  Revision  Changes    Path
  1.4       +2 -2      slbackup-php/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/Makefile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile	13 Apr 2007 09:48:40 -0000	1.3
  +++ Makefile	13 Apr 2007 09:49:25 -0000	1.4
  @@ -51,7 +51,7 @@
   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
  +	        - src/*.php --output po/slbackup-php.pot
   
   
   install: all
  @@ -81,7 +81,7 @@
   	done
   
   	for lib in $(LIBS); do \
  -		$(INSTALL_DATA) lib/$$lib $(DESTDIR)$(webdir) ; \
  +		$(INSTALL_DATA) src/$$lib $(DESTDIR)$(webdir) ; \
   	done
   
   	for conf in $(CONFS); do \
  
  
  



More information about the slbackup-commit mailing list