mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
13 lines
246 B
Makefile
13 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
|