mirror of https://github.com/aria2/aria2
Fix out-of-tree README.html build
parent
a982dee961
commit
2216d8cd34
|
@ -11,8 +11,9 @@ dist_doc_DATA = README README.rst
|
||||||
|
|
||||||
if HAVE_RST2HTML
|
if HAVE_RST2HTML
|
||||||
dist_doc_DATA += README.html
|
dist_doc_DATA += README.html
|
||||||
|
|
||||||
README.html: README.rst
|
README.html: README.rst
|
||||||
$(RST2HTML) README.rst > README.html
|
$(RST2HTML) $< > README.html
|
||||||
endif # HAVE_RST2HTML
|
endif # HAVE_RST2HTML
|
||||||
|
|
||||||
dist_noinst_DATA = LICENSE.OpenSSL
|
dist_noinst_DATA = LICENSE.OpenSSL
|
||||||
|
|
Loading…
Reference in New Issue