summaryrefslogtreecommitdiff
path: root/d/sys/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'd/sys/doc/Makefile')
-rw-r--r--d/sys/doc/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/d/sys/doc/Makefile b/d/sys/doc/Makefile
new file mode 100644
index 0000000..584068f
--- /dev/null
+++ b/d/sys/doc/Makefile
@@ -0,0 +1,10 @@
+DOC = sys.html
+
+doc: $(DOC)
+
+%.html: %.txt
+ aft $<
+ test -r $<-TOC && aft $< || true
+
+clean:
+ rm -f $(DOC) *.txt-TOC *.bak *~