Fix out-of-tree README.html build

pull/117/merge
Nils Maier 2013-08-18 04:00:07 +02:00
parent a982dee961
commit 2216d8cd34
1 changed files with 2 additions and 1 deletions

View File

@ -11,8 +11,9 @@ dist_doc_DATA = README README.rst
if HAVE_RST2HTML
dist_doc_DATA += README.html
README.html: README.rst
$(RST2HTML) README.rst > README.html
$(RST2HTML) $< > README.html
endif # HAVE_RST2HTML
dist_noinst_DATA = LICENSE.OpenSSL