From bc5f552d45ce7149790d2292e1ba415b04572ee5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 16 Jan 2003 16:09:49 +0000 Subject: build the nodo document git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3113 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/Makefile | 6 ++++++ www/docs/nodo.t | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 www/docs/nodo.t (limited to 'www') diff --git a/www/docs/Makefile b/www/docs/Makefile index 838f22f078..a3f5231b2c 100644 --- a/www/docs/Makefile +++ b/www/docs/Makefile @@ -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) < $< > $@ diff --git a/www/docs/nodo.t b/www/docs/nodo.t new file mode 100644 index 0000000000..bdd65f073c --- /dev/null +++ b/www/docs/nodo.t @@ -0,0 +1,6 @@ +#define _PAGE_ FAQ - Features We Will No Do +#include "head.t" + +#include "nodo.raw" + +#include "foot.t" -- cgit v1.2.3