mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Fix out-of-tree README.html build
This commit is contained in:
parent
a982dee961
commit
2216d8cd34
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue