diff options
author | Robert Hak <adiamas@rockbox.org> | 2002-08-27 16:10:29 +0000 |
---|---|---|
committer | Robert Hak <adiamas@rockbox.org> | 2002-08-27 16:10:29 +0000 |
commit | d29150ab88e34e23e3954ea3840cf7bdeaea5be7 (patch) | |
tree | 315fa60e5ac7a69b14bff7c6594848ad5f405f18 | |
parent | ccedcdb39c13d17960f4920bebdbf104dcddb8a6 (diff) |
initial creation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2008 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | www/docs/how_to_compile.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/docs/how_to_compile.t b/www/docs/how_to_compile.t new file mode 100644 index 0000000000..f58b80615e --- /dev/null +++ b/www/docs/how_to_compile.t @@ -0,0 +1,8 @@ +#define _PAGE_ How to compile Rockbox +#include "head.t" + +<pre> +#include "how_to_compile.raw" +</pre> + +#include "foot.t" |