Update of /cvsroot/libexif/libexif-website
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28485
Modified Files:
Makefile
Log Message:
prepare libexif website for move to SVN
Index: Makefile
===================================================================
RCS file: /cvsroot/libexif/libexif-website/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -d -r1.3 -r1.4
--- Makefile 21 Jun 2005 08:31:46 -0000 1.3
+++ Makefile 30 Jun 2006 12:47:35 -0000 1.4
@@ -1,9 +1,9 @@
SF_SSH_HOSTNAME = sf
-HTDOCS_DIR = /home/users/h/hu/hun/libexif/htdocs
+HTDOCS_DIR = /home/groups/l/li/libexif/htdocs
.PHONY: all
all:
- @echo "Nothing to build."
+ @echo "Nothing to build. Perhaps you want to upload now?"
.PHONY: upload
upload: upload-static.stamp
|