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