Author: dylan
Date: 2004-12-29 15:07:50 -0500 (Wed, 29 Dec 2004)
New Revision: 457
Modified:
trunk/web/
trunk/web/Makefile
trunk/web/clients/haver-gtk/index.thtml
trunk/web/css/
Log:
some ignores, and "make upload" implies "make dist",
and "make dist" implies "make build".
Property changes on: trunk/web
___________________________________________________________________
Name: svn:ignore
- *.html
+ *.html
dist.tar.bz2
Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile 2004-12-29 20:01:03 UTC (rev 456)
+++ trunk/web/Makefile 2004-12-29 20:07:50 UTC (rev 457)
@@ -13,7 +13,7 @@
FIXFLAGS = --noext
RSYNCFLAGS = -vrzl --exclude '.svn'
TIDYFLAGS = -q
-TARFLAGS = --exclude "*.tar.*" --exclude "*.svn*" -v
+TARFLAGS = --exclude "*.tar.*" --exclude "*.svn*"
TT = ./bin/tt
FIX = ./bin/fixhtml
@@ -47,7 +47,7 @@
build: $(targets)
-upload:
+upload: dist
$(RSYNC) $(RSYNCFLAGS) ./
$(SFUSER)@shell.sourceforge.net:/home/groups/h/ha/haver/htdocs/
@@ -57,7 +57,7 @@
validate: $(html)
$(VALIDATE) $(html)
-dist:
+dist: build
$(TAR) $(TARFLAGS) -cjf "dist.tar.bz2" .
Modified: trunk/web/clients/haver-gtk/index.thtml
===================================================================
--- trunk/web/clients/haver-gtk/index.thtml 2004-12-29 20:01:03 UTC (rev
456)
+++ trunk/web/clients/haver-gtk/index.thtml 2004-12-29 20:07:50 UTC (rev
457)
@@ -17,7 +17,6 @@
[%
here = 'clients/haver-gtk';
USE dir = Directory("$here/");
- USE YAML;
info = YAML.undumpfile("$here/imginfo.yml");
FOREACH image IN dir.files;
NEXT UNLESS image.name.match('\.(png|jpg)$');
Property changes on: trunk/web/css
___________________________________________________________________
Name: svn:ignore
+ *.css