mirror of
https://github.com/aria2/aria2.git
synced 2025-04-03 04:27:38 +03:00
12 lines
246 B
Makefile
12 lines
246 B
Makefile
SUBDIRS = po intl lib deps src test doc
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 --install
|
|
|
|
EXTRA_DIST = config.rpath
|
|
|
|
dist_doc_DATA = README README.rst README.html
|
|
|
|
dist_noinst_DATA = LICENSE.OpenSSL
|
|
|
|
README.html: README.rst
|
|
rst2html README.rst > README.html
|