1
0
Fork 0
forked from len0rd/rockbox

build the nodo document

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3113 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-01-16 16:09:49 +00:00
parent 8a6d963e8f
commit bc5f552d45
2 changed files with 12 additions and 0 deletions

View file

@ -19,6 +19,12 @@ faq.raw: $(DOCS)/FAQ $(FAQ2HTML)
faq.html: faq.t faq.raw $(FAQ2HTML)
$(ACTION) $<
nodo.raw: $(DOCS)/NODO $(FAQ2HTML)
$(FAQ2HTML) < $< > $@
nodo.html: nodo.t nodo.raw $(FAQ2HTML)
$(ACTION) $<
battery-faq.raw: $(DOCS)/BATTERY-FAQ $(FAQ2HTML)
$(FAQ2HTML) < $< > $@

6
www/docs/nodo.t Normal file
View file

@ -0,0 +1,6 @@
#define _PAGE_ FAQ - Features We Will No Do
#include "head.t"
#include "nodo.raw"
#include "foot.t"