summaryrefslogtreecommitdiff
path: root/www/docs/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-13 12:59:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-13 12:59:16 +0000
commitfae632542b4c8c0c1d65544ace7bc7b524206ebe (patch)
tree3787511e3f3834c48b1f37263046f3dbaed57fef /www/docs/Makefile
parent66813183b3272bcba58a94d21ec16256b65400e5 (diff)
the credits list is now provided without <pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4497 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs/Makefile')
-rw-r--r--www/docs/Makefile2
1 files changed, 1 insertions, 1 deletions
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 " <br>" }' > $@
credits.html: credits.t credits.raw $(TXT2HTML)
$(ACTION) $<