aria2/Makefile.am

21 lines
430 B
Makefile
Raw Normal View History

SUBDIRS = po lib deps src doc test
ACLOCAL_AMFLAGS = -I m4 --install
RST2HTML = @RST2HTML@
EXTRA_DIST = config.rpath mingw-config android-config android-make\
2013-05-18 07:26:37 +00:00
build_osx_release.sh \
examples/libaria2ex.cc examples/libaria2wx.cc
dist_doc_DATA = README README.rst
if HAVE_RST2HTML
dist_doc_DATA += README.html
2013-08-18 02:00:07 +00:00
README.html: README.rst
2013-08-18 02:00:07 +00:00
$(RST2HTML) $< > README.html
endif # HAVE_RST2HTML
dist_noinst_DATA = LICENSE.OpenSSL