aria2/Makefile.am
Tatsuhiro Tsujikawa 816be74e61 Generate man pages, its HTML version and README.html by make.
Removed those generated files and scripts to generate them from repository. Added aria2c.1.asciidoc
to dist_doc_DATA.
2010-12-02 23:24:04 +09:00

12 lines
276 B
Makefile

SUBDIRS = po intl lib src test doc
ACLOCAL_AMFLAGS = -I m4 --install
EXTRA_DIST = config.rpath
dist_doc_DATA = README README.asciidoc README.html
dist_noinst_DATA = LICENSE.OpenSSL
README.html: README.asciidoc
/usr/bin/asciidoc -d article -b xhtml11 -n README.asciidoc