mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 00:53:19 +00:00
7a3faa625b
available.
14 lines
307 B
Makefile
14 lines
307 B
Makefile
SUBDIRS = po intl lib src test doc
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 --install
|
|
|
|
EXTRA_DIST = config.rpath
|
|
|
|
dist_doc_DATA = README README.asciidoc 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
|