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, 0 insertions, 10 deletions
diff --git a/d/sys/doc/Makefile b/d/sys/doc/Makefile
deleted file mode 100644
index 584068f..0000000
--- a/d/sys/doc/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-DOC = sys.html
-
-doc: $(DOC)
-
-%.html: %.txt
- aft $<
- test -r $<-TOC && aft $< || true
-
-clean:
- rm -f $(DOC) *.txt-TOC *.bak *~