Commit Graph

29 Commits

Author SHA1 Message Date
klemens
ec2ce4ffe5 spelling fixes 2017-03-20 22:44:41 +01:00
Nils Maier
e6e3cd2e32 Allow to run clang-format with external build dir 2016-03-03 09:44:12 +01:00
Tatsuhiro Tsujikawa
0a63a7ecc3 Add clang-format
Use clang-format-3.6 for now.
2015-12-23 18:00:49 +09:00
Tatsuhiro Tsujikawa
03e5764936 Add Dockerfile.raspberrypi to EXTRA_DIST 2015-05-24 18:42:34 +09:00
Tatsuhiro Tsujikawa
d47a37eeda Add Dockerfile.mingw
Dockerfile.mingw builds aria2 Windows binary.  It is probably the
easiest way to build the Windows binary.
2014-10-19 16:45:18 +09:00
Tatsuhiro Tsujikawa
8ada3283f2 Fix comment for conditional 2014-05-30 22:34:46 +09:00
Nils Maier
1528a0a054 Damn typos (when RST2HTML) 2014-05-30 03:29:25 +02:00
Nils Maier
c4d91b2299 Fix build without rst2html and without existing README.html
Fixes regression from #221
2014-05-30 03:28:04 +02:00
Tatsuhiro Tsujikawa
6020756d2e Always add README.html to dist_doc_DATA
rst2html is required to produce README.html from README.rst.  We
include generated README.html to distribution.  And rst2html is not
required when compiling sources in distribution and always README.html
is available.
2014-04-27 23:24:23 +09:00
Nils Maier
e7f6ec3fad Ship makerelease* and dependencies in dist archives 2013-12-19 18:55:06 +01:00
Nils Maier
2dd14236a3 Require external gettext for --enable-nls
And stop using the internal flavor with ./intl
2013-08-24 10:51:21 +02:00
Nils Maier
2216d8cd34 Fix out-of-tree README.html build 2013-08-18 04:04:21 +02:00
Tatsuhiro Tsujikawa
b095292afb Add examples directory to distribution 2013-05-18 16:26:37 +09:00
Tatsuhiro Tsujikawa
13e064e4e1 Add code to detect rst2html.py or rst2html 2013-05-17 21:38:51 +09:00
Tatsuhiro Tsujikawa
cd1759560c Distribute android-{config,make} and build_osx_release.sh 2012-07-30 22:56:25 +09:00
Tatsuhiro Tsujikawa
77a30f1578 Added mingw-config to EXTRA_DIST 2012-06-27 01:00:15 +09:00
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
Tatsuhiro Tsujikawa
003aaf4a09 Converted README.asciidoc into README.rst 2012-04-22 23:27:32 +09:00
Tatsuhiro Tsujikawa
f4e2c7f060 Added JSON-RPC over WebSocket.
Wslay library must be placed under deps/wslay.
2012-03-20 21:42:09 +09:00
Tatsuhiro Tsujikawa
7a3faa625b Check a2x, asciidoc presence and only build documents when they are
available.
2010-12-02 23:55:52 +09:00
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
Tatsuhiro Tsujikawa
ec95a9d424 Added README because automake requires it. Added README.asciidoc to
Makefile.am.
2010-11-27 22:55:14 +09:00
Tatsuhiro Tsujikawa
f31fa015bb 2009-10-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added --install to ACLOCAL_AMFLAGS.
	Removed m4 from SUBDIRS.
	Updated automake 1.11 and autoconf 2.64.
	Replaced some obsolute macros with new one.
	* Makefile.am
	* configure.ac
	* m4/aria2_arg.m4
2009-10-10 07:54:39 +00:00
Tatsuhiro Tsujikawa
b1aeb277aa 2008-03-01 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Updated Makfefile.am to make 'make dist' work.
	Now packaged filename is aria2c-VERSION.tar.bz2.
	Added README, README.html, and aria2c.1.html to dist_doc_DATA.
	Added LICENSE.OpenSSL to dist_noinst_DATA.

	Large file support is now configured by configure script.
	* configure.ac
	
	Removed unsused source files
	* src/
	* test/

	Removed PeerDecl.h and BtContextDecl.h. typedefs are removed to
	Peer.h and BtContext.h respectively.
	* src/Peer.h
	* src/BtContext.h

	Updated translations.
	Added Polish, Thai, Indonesian, Norwegian Nynorsk, Hungarian
	translations. Great thanks to all translators!;)
	* po/*.{po, gmo}
2008-03-01 04:42:53 +00:00
Tatsuhiro Tsujikawa
79764a1f11 2008-02-02 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Fixed compiler warning about redefinition of SIZE_MAX.
	Use common.h instead of config.h directly here.
	* src/Platform.{h, cc}

	The check of ENABLE_NLS is made in gettext.h, so it is not 
required
	here.
	* common.h
	
2008-02-02  gettextize  <bug-gnu-gettext@gnu.org>

	Updated gettext related files.
	* configure.ac (AC_CONFIG_FILES): Add intl/Makefile.
	* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.17.
2008-02-02 04:38:24 +00:00
Tatsuhiro Tsujikawa
d354e48441 Added man page 2006-10-01 14:11:29 +00:00
Tatsuhiro Tsujikawa
46354b7c91 Added intl/*
Added src/alloca.c
2006-03-07 13:08:09 +00:00
Tatsuhiro Tsujikawa
0276b3bb37 * DownloadEngine.{h, cc}:
* ConsoleDownloadEngine.{h, cc}: Console output message(size, 
speed)
	is now generated by ConsoleDownloadEngine not by DownloadEngine.
	* main.cc: Download complete/abort message is now generated by 
main.
	* Makefile.am (SUBDIRS): Add m4.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): New variable.
	* configure.in (AC_CONFIG_FILES): Add po/Makefile.in,
	* gettext: added gettext functionality
2006-03-02 10:43:00 +00:00
Tatsuhiro Tsujikawa
52634627bc Initial import 2006-02-17 13:35:04 +00:00