forked from len0rd/rockbox
the CREDITS file in HTML version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3299 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8375e2d304
commit
f1b9fe9106
2 changed files with 14 additions and 0 deletions
|
|
@ -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) $<
|
||||
|
|
|
|||
8
www/docs/credits.t
Normal file
8
www/docs/credits.t
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#define _PAGE_ The Heroes of Rockbox
|
||||
#include "head.t"
|
||||
|
||||
<pre>
|
||||
#include "credits.raw"
|
||||
</pre>
|
||||
|
||||
#include "foot.t"
|
||||
Loading…
Add table
Add a link
Reference in a new issue