aria2/Makefile.am
Tatsuhiro Tsujikawa 448f03fa7e Moved doc before test in SUBDIRS
With this change we can see the test results more easily.
2012-05-14 01:22:24 +09:00

13 lines
246 B
Makefile

SUBDIRS = po intl lib deps src doc test
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