summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/docs/Makefile6
-rw-r--r--www/docs/nodo.t6
2 files changed, 12 insertions, 0 deletions
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)
19faq.html: faq.t faq.raw $(FAQ2HTML) 19faq.html: faq.t faq.raw $(FAQ2HTML)
20 $(ACTION) $< 20 $(ACTION) $<
21 21
22nodo.raw: $(DOCS)/NODO $(FAQ2HTML)
23 $(FAQ2HTML) < $< > $@
24
25nodo.html: nodo.t nodo.raw $(FAQ2HTML)
26 $(ACTION) $<
27
22battery-faq.raw: $(DOCS)/BATTERY-FAQ $(FAQ2HTML) 28battery-faq.raw: $(DOCS)/BATTERY-FAQ $(FAQ2HTML)
23 $(FAQ2HTML) < $< > $@ 29 $(FAQ2HTML) < $< > $@
24 30
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 @@
1#define _PAGE_ FAQ - Features We Will No Do
2#include "head.t"
3
4#include "nodo.raw"
5
6#include "foot.t"