mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 04:57:38 +03:00
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}
This commit is contained in:
parent
3698b46805
commit
b1aeb277aa
86 changed files with 9606 additions and 2296 deletions
|
@ -1,5 +1,9 @@
|
|||
SUBDIRS = m4 po intl src test doc
|
||||
SUBDIRS = m4 po intl lib src test doc
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
EXTRA_DIST = config.rpath
|
||||
|
||||
dist_doc_DATA = README README.html
|
||||
|
||||
dist_noinst_DATA = LICENSE.OpenSSL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue