diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-01-16 16:09:49 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-01-16 16:09:49 +0000 |
| commit | bc5f552d45ce7149790d2292e1ba415b04572ee5 (patch) | |
| tree | b0a71e34d54872f973a2175145835a54759b8dca | |
| parent | 8a6d963e8fe39968da4fc6bfdfdcd84c8e106a7a (diff) | |
| download | rockbox-bc5f552d45ce7149790d2292e1ba415b04572ee5.zip rockbox-bc5f552d45ce7149790d2292e1ba415b04572ee5.tar.gz rockbox-bc5f552d45ce7149790d2292e1ba415b04572ee5.tar.bz2 rockbox-bc5f552d45ce7149790d2292e1ba415b04572ee5.tar.xz | |
build the nodo document
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3113 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/docs/Makefile | 6 | ||||
| -rw-r--r-- | www/docs/nodo.t | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile index 838f22f..a3f5231 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 0000000..bdd65f0 --- /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" |