From f1b9fe91069b8dfc0c9d852768c4e558f9ec5764 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 20 Feb 2003 19:35:33 +0000 Subject: [PATCH] the CREDITS file in HTML version git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3299 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/Makefile | 6 ++++++ www/docs/credits.t | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 www/docs/credits.t 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) how_to_compile.html: how_to_compile.t how_to_compile.raw $(TXT2HTML) $(ACTION) $< +credits.raw: $(DOCS)/CREDITS $(TXT2HTML) + $(TXT2HTML) < $< > $@ + +credits.html: credits.t credits.raw $(TXT2HTML) + $(ACTION) $< + %.html : %.t $(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 @@ +#define _PAGE_ The Heroes of Rockbox +#include "head.t" + +
+#include "credits.raw"
+
+ +#include "foot.t"