mirror of
https://github.com/aria2/aria2.git
synced 2025-01-01 07:36:24 +00:00
14 lines
310 B
Makefile
14 lines
310 B
Makefile
SUBDIRS = po intl lib deps src doc test
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 --install
|
|
|
|
EXTRA_DIST = config.rpath mingw-config android-config android-make\
|
|
build_osx_release.sh
|
|
|
|
dist_doc_DATA = README README.rst README.html
|
|
|
|
dist_noinst_DATA = LICENSE.OpenSSL
|
|
|
|
README.html: README.rst
|
|
rst2html README.rst > README.html
|