From fae632542b4c8c0c1d65544ace7bc7b524206ebe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 13 Apr 2004 12:59:16 +0000 Subject: the credits list is now provided without

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4497 a1c6a512-1295-4272-9138-f99709370657
---
 www/docs/Makefile  | 2 +-
 www/docs/credits.t | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

(limited to 'www/docs')

diff --git a/www/docs/Makefile b/www/docs/Makefile
index 8394504264..e996c9da39 100644
--- a/www/docs/Makefile
+++ b/www/docs/Makefile
@@ -62,7 +62,7 @@ uisimulator.html: uisimulator.t uisimulator.raw $(TXT2HTML)
 	$(ACTION) $<
 
 credits.raw: $(DOCS)/CREDITS $(TXT2HTML)
-	$(TXT2HTML) < $< > $@
+	egrep -v '^( |People that have|$$)' $< | awk '{ print $$0 " 
" }' > $@ credits.html: credits.t credits.raw $(TXT2HTML) $(ACTION) $< diff --git a/www/docs/credits.t b/www/docs/credits.t index c2a04ed817..e084978f57 100644 --- a/www/docs/credits.t +++ b/www/docs/credits.t @@ -1,8 +1,11 @@ #define _PAGE_ The Heroes of Rockbox #include "head.t" -
+

+ People that have contributed to the project, one way or another. Friends! +

+ #include "credits.raw" -

+ #include "foot.t" -- cgit v1.2.3