[Tokyodebian-commits] TokyoDebian CVS update: muse Makefile
tokyodebian CVS Commit
tokyodebian-commits at lists.alioth.debian.org
Thu Nov 30 12:27:03 CET 2006
User: iwamatsu-guest
Date: 06/11/30 12:27:03
Modified: . Makefile
Log:
Makefile was returned.
Revision Changes Path
1.9 +4 -5 muse/Makefile
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/muse/Makefile?annotate=1.9&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/muse/Makefile?rev=1.9&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.9&r2=1.8&cvsroot=
-----------------------------------
Index: Makefile
===================================================================
RCS file: /cvsroot/tokyodebian/muse/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile 30 Nov 2006 11:07:39 -0000 1.8
+++ Makefile 30 Nov 2006 11:27:02 -0000 1.9
@@ -7,8 +7,9 @@
publish: html/*.html html/*.css
cvs ci -m 'update with publish'
- #-fusermount -u ../aliothweb
- sshfs -o nonempty alioth.debian.org:/var/lib/gforge/chroot/home/groups/tokyodebian/htdocs ../aliothweb
+ -fusermount -u ../aliothweb
+ [ ! -f ../aliothweb/mountpoint ] || sshfs -o nonempty alioth.debian.org:/var/lib/gforge/chroot/home/groups/tokyodebian/htdocs ../aliothweb
+ [ ! -f ../aliothweb/mountpoint ]
cp $^ ../aliothweb/
preview: all
@@ -18,6 +19,4 @@
-rm *~
-.PHONY: all publish preview clean
-
-
+.PHONY: all publish preview clean
\ No newline at end of file
More information about the Tokyodebian-commits
mailing list