summaryrefslogtreecommitdiff
path: root/sandbox/cben/make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/cben/make/Makefile')
-rw-r--r--sandbox/cben/make/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/sandbox/cben/make/Makefile b/sandbox/cben/make/Makefile
deleted file mode 100644
index 81679f24d..000000000
--- a/sandbox/cben/make/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# .. -*- Makefile -*-
-
-# This makefile only builds documention for ``Makefile.docutils`` (which see).
-
-DOCS = Makefile.docutils.txt README.txt
-ALL = html
-
-include Makefile.docutils
-
-Makefile.docutils.txt: Makefile.docutils
- ./make2rst.py $< > $@