Go to file
Tatsuhiro Tsujikawa 8ebba32fd9 Change manual build dir to doc/manual-src/*/_build. Drop html install.
Sphinx HTML markups are beautiful, but it uses many asset files, such
as stylesheets, javascripts and images.  While it is no problem to
upload them in web site, but distributing and installing them in
individual user have some problems.  For example, Sphinx uses same
assets for generated sites, so if many applications uses Sphinx
generated docs and they are installed in the PC, it is huge waste of
the disk space. I'm also not comfortable to copy HTML trees to the
install directory using 'cp -r' command.  I seeked other format like
pdf and texi which Sphinx can generate but annoyingly they all convert
'--' into en-dash and there is no workaround to disable it. So I
decided to drop HTML manual from distribution and installation.  For
users who want to HTML version manual, see it online:
http://aria2.sourceforge.net/manual/en/html/
2012-05-19 18:08:01 +09:00
deps Use noinst_HEADERS instead of EXTRA_DIST for wslay public headers. 2012-04-09 23:01:01 +09:00
doc Change manual build dir to doc/manual-src/*/_build. Drop html install. 2012-05-19 18:08:01 +09:00
lib Removed autogenerated files by automake/autoconf. 2010-11-27 23:31:17 +09:00
m4 Check with pkg-config only: c-ares, openssl, sqlite3 and zlib. 2012-04-07 21:30:32 +09:00
po Updated German and Russian translations. Thanks to all translators. 2012-04-08 22:51:59 +09:00
src Ignore unacceptable options in RPC request instead of throwing error. 2012-05-17 22:52:39 +09:00
test Ignore unacceptable options in RPC request instead of throwing error. 2012-05-17 22:52:39 +09:00
.gitignore Updated .gitignore 2012-03-21 02:09:34 +09:00
AUTHORS Fixed typo 2011-03-20 14:39:36 +09:00
COPYING 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
ChangeLog Added empty ChangeLog. 2010-11-28 00:38:58 +09:00
ChangeLog.old Moved ChangeLog to ChangeLog.old and added notice that we no longer 2010-11-28 00:23:20 +09:00
LICENSE.OpenSSL 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
Makefile.am Moved doc before test in SUBDIRS 2012-05-14 01:22:24 +09:00
NEWS Updated NEWS for 1.15.0 release 2012-04-08 18:24:25 +09:00
README Converted README.asciidoc into README.rst 2012-04-22 23:27:32 +09:00
README.rst Added --with-bashcompletiondir configure option. 2012-05-12 19:19:57 +09:00
build_osx_release.sh New upstream release 2012-03-14 00:55:32 +09:00
build_test.sh Added build test without libnettle, libgcrypt and openssl. 2012-01-08 00:59:34 +09:00
configure.ac Handle sockaddr_in.sin_len and sockaddr_in6.sin6_len 2012-05-16 22:43:25 +09:00

README

See README.rst