diff options
| -rw-r--r-- | www/docs/Makefile | 6 | ||||
| -rw-r--r-- | www/docs/credits.t | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile index a3f5231..59895da 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 0000000..c2a04ed --- /dev/null +++ b/www/docs/credits.t @@ -0,0 +1,8 @@ +#define _PAGE_ The Heroes of Rockbox +#include "head.t" + +<pre> +#include "credits.raw" +</pre> + +#include "foot.t" |