Author: dylan
Date: 2004-12-29 14:44:43 -0500 (Wed, 29 Dec 2004)
New Revision: 453
Modified:
trunk/web/Makefile
trunk/web/templates/page
Log:
a few updates, mainly the "make dist" action.
Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile 2004-12-29 19:41:22 UTC (rev 452)
+++ trunk/web/Makefile 2004-12-29 19:44:43 UTC (rev 453)
@@ -5,14 +5,15 @@
$T/macros/html \
$T/thanks \
$T/sidebar \
- $T/menu
+ $T/menu \
+ $T/page
-PERL5LIB = ./lib
+PERL5LIB = lib
TTFLAGS = -I $T -P init -P config
FIXFLAGS = --noext
RSYNCFLAGS = -vaz --exclude '.svn'
TIDYFLAGS = -q
-TARFLAGS = --exclude "*.tar.*" --exclude "*.svn*"
+TARFLAGS = --exclude "*.tar.*" --exclude "*.svn*" -v
TT = ./bin/tt
FIX = ./bin/fixhtml
@@ -21,7 +22,6 @@
VALIDATE = validate
TAR = tar
SFUSER = $(shell cat ~/.sfuser)
-SVNREV = $(shell head -n 1 Makefile | awk '{ print $$4 }')
ifdef FAST
TT_PATH = $(shell which $(TT))
@@ -53,7 +53,7 @@
$(VALIDATE) $(html)
dist:
- $(TAR) $(TARFLAGS) -cjf "haver-web-$(SVNREV).tar.bz2" .
+ $(TAR) $(TARFLAGS) -cjf "dist.tar.bz2" .
Modified: trunk/web/templates/page
===================================================================
--- trunk/web/templates/page 2004-12-29 19:41:22 UTC (rev 452)
+++ trunk/web/templates/page 2004-12-29 19:44:43 UTC (rev 453)
@@ -4,7 +4,7 @@
<head>
<title>$config.title: $page.title</title>
<meta name="author" content="$page.author" />
- <link type="text/css" rel="stylesheet" href="/haver" />
+ <link type="text/css" rel="stylesheet" href="/css/haver.css" />
</head>
<body>
<div id="body">