summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-20 19:35:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-20 19:35:33 +0000
commitf1b9fe91069b8dfc0c9d852768c4e558f9ec5764 (patch)
tree92bfde0bf67d880469a008809d00a521274d32cf
parent8375e2d304ed71f08be2c6621235e83a20013d02 (diff)
downloadrockbox-f1b9fe91069b8dfc0c9d852768c4e558f9ec5764.tar.gz
rockbox-f1b9fe91069b8dfc0c9d852768c4e558f9ec5764.zip
the CREDITS file in HTML version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3299 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/docs/Makefile6
-rw-r--r--www/docs/credits.t8
2 files changed, 14 insertions, 0 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile
index a3f5231b2c..59895dad4b 100644
--- a/www/docs/Makefile
+++ b/www/docs/Makefile
@@ -55,5 +55,11 @@ how_to_compile.raw: $(DOCS)/README $(TXT2HTML)
55how_to_compile.html: how_to_compile.t how_to_compile.raw $(TXT2HTML) 55how_to_compile.html: how_to_compile.t how_to_compile.raw $(TXT2HTML)
56 $(ACTION) $< 56 $(ACTION) $<
57 57
58credits.raw: $(DOCS)/CREDITS $(TXT2HTML)
59 $(TXT2HTML) < $< > $@
60
61credits.html: credits.t credits.raw $(TXT2HTML)
62 $(ACTION) $<
63
58%.html : %.t 64%.html : %.t
59 $(ACTION) $< 65 $(ACTION) $<
diff --git a/www/docs/credits.t b/www/docs/credits.t
new file mode 100644
index 0000000000..c2a04ed817
--- /dev/null
+++ b/www/docs/credits.t
@@ -0,0 +1,8 @@
1#define _PAGE_ The Heroes of Rockbox
2#include "head.t"
3
4<pre>
5#include "credits.raw"
6</pre>
7
8#include "foot.t"