Browse Source

fixed project page link

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@12 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
pbd 24 years ago
parent
commit
44a76a13d6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      doc/Makefile
  2. +1
    -1
      doc/header.html

+ 1
- 1
doc/Makefile View File

@@ -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 \


+ 1
- 1
doc/header.html View File

@@ -20,7 +20,7 @@

<p align="center">
<ul>
<li><a href="http://sourceforge.net/project/?group_id=2218">Project Page</a>
<li><a href="http://sourceforge.net/projects/jackit>Project Page</a>
<li><a href="intro.html">Introduction</a>
<li><a href="features.html">Features</a>
<li><a href="requirements.html">Requirements</a>


Loading…
Cancel
Save