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 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"