Converted README.asciidoc into README.rst

This commit is contained in:
Tatsuhiro Tsujikawa 2012-04-22 23:27:32 +09:00
parent eec761ec43
commit 003aaf4a09
3 changed files with 63 additions and 73 deletions

View file

@ -4,11 +4,9 @@ ACLOCAL_AMFLAGS = -I m4 --install
EXTRA_DIST = config.rpath
dist_doc_DATA = README README.asciidoc README.html
dist_doc_DATA = README README.rst README.html
dist_noinst_DATA = LICENSE.OpenSSL
if HAVE_ASCIIDOC
README.html: README.asciidoc
@ASCIIDOC@ -d article -b xhtml11 -n README.asciidoc
endif # HAVE_ASCIIDOC
README.html: README.rst
rst2html README.rst > README.html