[Tokyodebian-commits] TokyoDebian CVS update: muse Makefile

tokyodebian CVS Commit tokyodebian-commits at lists.alioth.debian.org
Sun Aug 20 09:35:16 CEST 2006


  User: dancer  
  Date: 06/08/20 07:35:16

  Modified:    .        Makefile
  Log:
  update with publish
  
  Revision  Changes    Path
  1.4       +3 -1      muse/Makefile
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/muse/Makefile?annotate=1.4&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/muse/Makefile?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/muse/Makefile.diff?r1=1.4&r2=1.3&cvsroot=
  
  -----------------------------------
  
  Index: Makefile
  ===================================================================
  RCS file: /cvsroot/tokyodebian/muse/Makefile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile	16 Apr 2006 13:23:13 -0000	1.3
  +++ Makefile	20 Aug 2006 07:35:15 -0000	1.4
  @@ -7,7 +7,9 @@
   
   publish: html/*.html html/*.css
   	cvs ci -m 'update with publish'
  -	scp $^ alioth.debian.org:/var/lib/gforge/chroot/home/groups/tokyodebian/htdocs
  +	[ ! -f ../aliothweb/mountpoint ] || sshfs alioth.debian.org:/var/lib/gforge/chroot/home/groups/tokyodebian/htdocs ../aliothweb
  +	[ ! -f ../aliothweb/mountpoint ]
  +	cp $^ ../aliothweb/
   
   preview: all
   	mozilla -remote "openurl($${PWD}/html/index.html)"
  
  
  



More information about the Tokyodebian-commits mailing list