summaryrefslogtreecommitdiff
path: root/www/docs
diff options
context:
space:
mode:
Diffstat (limited to 'www/docs')
-rw-r--r--www/docs/Makefile2
-rw-r--r--www/docs/credits.t7
2 files changed, 6 insertions, 3 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)
62 $(ACTION) $< 62 $(ACTION) $<
63 63
64credits.raw: $(DOCS)/CREDITS $(TXT2HTML) 64credits.raw: $(DOCS)/CREDITS $(TXT2HTML)
65 $(TXT2HTML) < $< > $@ 65 egrep -v '^( |People that have|$$)' $< | awk '{ print $$0 " <br>" }' > $@
66 66
67credits.html: credits.t credits.raw $(TXT2HTML) 67credits.html: credits.t credits.raw $(TXT2HTML)
68 $(ACTION) $< 68 $(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 @@
1#define _PAGE_ The Heroes of Rockbox 1#define _PAGE_ The Heroes of Rockbox
2#include "head.t" 2#include "head.t"
3 3
4<pre> 4<p>
5 People that have contributed to the project, one way or another. Friends!
6<p>
7
5#include "credits.raw" 8#include "credits.raw"
6</pre> 9
7 10
8#include "foot.t" 11#include "foot.t"