removed obsolete issues (many of them fixed with AE)
[docutils.git] / sandbox / cben / make / Makefile
blob81679f24d5b7930ff25bb1ac222d7cf192af04ed
1 # .. -*- Makefile -*-
3 # This makefile only builds documention for ``Makefile.docutils`` (which see).
5 DOCS = Makefile.docutils.txt README.txt
6 ALL = html
8 include Makefile.docutils
10 Makefile.docutils.txt: Makefile.docutils
11 ./make2rst.py $< > $@