From 44a76a13d63faa7738eaa2f6ada7d95ce72fb099 Mon Sep 17 00:00:00 2001 From: pbd Date: Tue, 13 Nov 2001 04:38:11 +0000 Subject: [PATCH] fixed project page link git-svn-id: svn+ssh://jackaudio.org/trunk/jack@12 0c269be4-1314-0410-8aa9-9f06e86f4224 --- doc/Makefile | 2 +- doc/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 85c6ee6..6b440c6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -49,7 +49,7 @@ upload-images: build-updir build-updir: if [ ! -d updir ] ; then mkdir updir ; else rm -rf updir/* ; fi ; \ - if [ ! -f last-upload ] ; then touch --date="Jan 1st 1970" last-upload; fi ; \ + if [ ! -f last-upload ] ; then touch --date="Jan 1 00:00:01 EST 1970" last-upload; fi ; \ uptime=`ls -l --full-time last-upload | awk '{printf ("%s %s %s %s %s\n", $$6, $$7, $$8, $$9, $$10)}'`; \ tar -chf - --newer="$$uptime" \ --exclude=updir \ diff --git a/doc/header.html b/doc/header.html index 5f52aac..d950fb1 100644 --- a/doc/header.html +++ b/doc/header.html @@ -20,7 +20,7 @@