summaryrefslogtreecommitdiff
path: root/sandbox/cben/make/Makefile
blob: 81679f24d5b7930ff25bb1ac222d7cf192af04ed (plain)
1
2
3
4
5
6
7
8
9
10
11
# .. -*- 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 $< > $@