From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22192 invoked by alias); 19 Mar 2008 17:13:44 -0000 Received: (qmail 22161 invoked by uid 367); 19 Mar 2008 17:13:41 -0000 Date: Wed, 19 Mar 2008 17:13:00 -0000 Message-ID: <20080319171341.22142.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Add wiki link. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7b4037bbe4ba584336bbd3bc3dd1e80a79b4b55c X-Git-Newrev: 84e6afb1e5439f82a59dc7aa131c37e35cf237e1 Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2008-q1/txt/msg00407.txt.bz2 The branch, master has been updated via 84e6afb1e5439f82a59dc7aa131c37e35cf237e1 (commit) from 7b4037bbe4ba584336bbd3bc3dd1e80a79b4b55c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 84e6afb1e5439f82a59dc7aa131c37e35cf237e1 Author: Andrew Cagney Date: Wed Mar 19 13:11:35 2008 -0400 Add wiki link. ----------------------------------------------------------------------- Summary of changes: htdocs/Makefile | 14 ++++++++++---- htdocs/bugs/index.html | 4 +++- htdocs/bugzilla/index.html | 4 +++- htdocs/build/index.html | 4 +++- htdocs/documentation/index.html | 4 +++- htdocs/getinvolved/index.html | 4 +++- htdocs/index.html | 4 +++- htdocs/people/index.html | 4 +++- htdocs/questions/index.html | 4 +++- htdocs/template.html | 2 ++ htdocs/usecases/index.html | 4 +++- htdocs/workflow/index.html | 4 +++- 12 files changed, 42 insertions(+), 14 deletions(-) First 500 lines of diff: diff --git a/htdocs/Makefile b/htdocs/Makefile index da4310f..b07b4de 100644 --- a/htdocs/Makefile +++ b/htdocs/Makefile @@ -1,3 +1,11 @@ +help: + @echo "" + @echo " make new : generate new files" + @echo " make diff : show changes old-new" + @echo " make install : copy old-to-new ready for commit" + @echo "" + + HTML = \ index.html \ build/index.html \ @@ -7,13 +15,11 @@ HTML = \ questions/index.html \ usecases/index.html \ workflow/index.html \ - zilla/index.html \ - todo/index.html \ bugs/index.html \ bugzilla/index.html \ $(ZZZ) -all: $(HTML:.html=.new) -.PHONY: all +new: $(HTML:.html=.new) +.PHONY: new clean: rm -f *.new */*.new diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index c6acff8..74d6b1a 100644 --- a/htdocs/bugs/index.html +++ b/htdocs/bugs/index.html @@ -17,6 +17,8 @@ Home  |  + Wiki +  |  Use Cases  |  Work Flows @@ -29,7 +31,7 @@  |  Build  |  - Blog + Blog  |  Documentation diff --git a/htdocs/bugzilla/index.html b/htdocs/bugzilla/index.html index 101e44c..e0012b1 100644 --- a/htdocs/bugzilla/index.html +++ b/htdocs/bugzilla/index.html @@ -17,6 +17,8 @@ Home  |  + Wiki +  |  Use Cases  |  Work Flows @@ -29,7 +31,7 @@  |  Build  |  - Blog + Blog  |  Documentation diff --git a/htdocs/build/index.html b/htdocs/build/index.html index 3a4a9dd..32fcad1 100644 --- a/htdocs/build/index.html +++ b/htdocs/build/index.html @@ -17,6 +17,8 @@ Home  |  + Wiki +  |  Use Cases  |  Work Flows @@ -29,7 +31,7 @@  |  Build  |  - Blog + Blog  |  Documentation diff --git a/htdocs/documentation/index.html b/htdocs/documentation/index.html index e6fc1cf..b540a79 100755 --- a/htdocs/documentation/index.html +++ b/htdocs/documentation/index.html @@ -17,6 +17,8 @@ Home  |  + Wiki +  |  Use Cases  |  Work Flows @@ -29,7 +31,7 @@  |  Build  |  - Blog + Blog  |  Documentation diff --git a/htdocs/getinvolved/index.html b/htdocs/getinvolved/index.html index 7665a7a..f6d1531 100755 --- a/htdocs/getinvolved/index.html +++ b/htdocs/getinvolved/index.html @@ -17,6 +17,8 @@ Home  |  + Wiki +  |  Use Cases  |  Work Flows @@ -29,7 +31,7 @@  |  Build  |  - Blog + Blog  |  Documentation diff --git a/htdocs/index.html b/htdocs/index.html index 61efa3c..b70c245 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -17,6 +17,8 @@ Home  |  + Wiki +  |  Use Cases  |  Work Flows @@ -29,7 +31,7 @@  |  Build  |  - Blog + Blog  |  Documentation diff --git a/htdocs/people/index.html b/htdocs/people/index.html index 119461a..c825940 100644 --- a/htdocs/people/index.html +++ b/htdocs/people/index.html @@ -17,6 +17,8 @@ Home  |  + Wiki +  |  Use Cases  |  Work Flows @@ -29,7 +31,7 @@  |  Build  |  - Blog + Blog  |  Documentation diff --git a/htdocs/questions/index.html b/htdocs/questions/index.html index 61fb65d..4d5d5f1 100755 --- a/htdocs/questions/index.html +++ b/htdocs/questions/index.html @@ -17,6 +17,8 @@ Home  |  + Wiki +  |  Use Cases  |  Work Flows @@ -29,7 +31,7 @@  |  Build  |  - Blog + Blog  |  Documentation diff --git a/htdocs/template.html b/htdocs/template.html index 5ae323c..f0490ac 100644 --- a/htdocs/template.html +++ b/htdocs/template.html @@ -17,6 +17,8 @@ Home  |  + Wiki +  |  Use Cases  |  Work Flows diff --git a/htdocs/usecases/index.html b/htdocs/usecases/index.html index b5be966..76314e8 100755 --- a/htdocs/usecases/index.html +++ b/htdocs/usecases/index.html @@ -17,6 +17,8 @@ Home  |  + Wiki +  |  Use Cases  |  Work Flows @@ -29,7 +31,7 @@  |  Build  |  - Blog + Blog  |  Documentation diff --git a/htdocs/workflow/index.html b/htdocs/workflow/index.html index 6b9427e..51281ac 100755 --- a/htdocs/workflow/index.html +++ b/htdocs/workflow/index.html @@ -17,6 +17,8 @@ Home  |  + Wiki +  |  Use Cases  |  Work Flows @@ -29,7 +31,7 @@  |  Build  |  - Blog + Blog  |  Documentation hooks/post-receive -- frysk system monitor/debugger