Commit Graph

50 Commits (c0b8b471ab715676953b7e70fd7e2484cb78f5a3)

Author SHA1 Message Date
ITriskTI 19ec70b196 Update aria2c.rst 2014-08-30 13:07:38 +03:00
ITriskTI f1de5bac08 Update aria2c.rst 2014-07-12 18:36:21 +03:00
ITriskTI e890dac87f Update aria2c.rst 2014-03-15 13:01:42 +03:00
ITriskTI 8aff857f76 Update aria2c.rst 2014-02-15 15:15:39 +03:00
Tatsuhiro Tsujikawa 2571bf4a36 Update copyright year to 2014 2014-01-05 20:54:52 +09:00
Nils Maier caf7213bad Fix theme path (out-of-tree-builds)
Closes GH-164
2013-12-09 16:56:57 +01:00
Nils Maier 32e569ab16 Fix broken EXTRA_DIST 2013-12-09 16:38:45 +01:00
Tatsuhiro Tsujikawa dc757f49b6 doc: Use sphinx_rtd_theme 2013-12-07 15:34:23 +09:00
ITriskTI efe7d10b18 Update aria2c.rst 2013-12-04 14:57:05 +03:00
ITriskTI c68297498d Update aria2c.rst 2013-11-17 21:29:37 +03:00
ITriskTI 667a4725e8 Update aria2c.rst 2013-10-01 10:32:05 +03:00
ITriskTI 5787b1e161 Update aria2c.rst 2013-09-24 22:39:09 +03:00
ITriskTI d668a8a604 Update aria2c.rst 2013-09-03 09:23:43 +03:00
Nils Maier 72c5aaa31a Give hint on how to install sphinx-build
... and remove trailing parenthesis from warning messages
2013-08-24 20:09:39 +02:00
Tatsuhiro Tsujikawa d87365efc6 Use @echo instead of $(warning ...) to suppress warning on autoreconf 2013-08-21 00:40:30 +09:00
Nils Maier 02c65e0eca Always build doc/manual-src
Should sphinx-build be not available AND the man file not be prsent,
then just "touch" it into existence (and warn about that)
2013-08-19 00:16:54 +02:00
Nils Maier 4be7ec380f Change defaults: Enable 16M disk cache by default. 2013-08-12 20:51:19 +02:00
Tatsuhiro Tsujikawa 91e0fdbc24 Remove clean-local not to remove generated man pages with `make clean`
Because we don't require sphinx-doc to build distributed archive, the
man pages are generated when making distribution. And We want to keep
the generated man pages with `make clean` there.
2013-05-26 01:14:00 +09:00
ITriskTI 8d2191e488 Update aria2c.rst 2013-05-18 15:45:51 +03:00
Tatsuhiro Tsujikawa 798dd406f2 Match ru and pt doc style to en version 2013-05-18 19:06:15 +09:00
ITriskTI a3aec02fe1 Update aria2c.rst 2013-04-14 18:33:03 +03:00
ITriskTI ad75b0e0c1 Update aria2c.rst 2013-04-04 01:15:27 +03:00
ITriskTI d77f16f5ba Update aria2c.rst 2013-03-06 11:12:56 +03:00
Nils Maier 4f2c1b86eb Allow for out-of-tree Sphinx builds 2013-03-03 14:50:16 +01:00
Tatsuhiro Tsujikawa 38fc5de154 doc: Specify static file explicitly 2013-02-19 23:34:28 +09:00
Tatsuhiro Tsujikawa 4095b2ec6b Update doc 2013-02-19 22:14:18 +09:00
Tatsuhiro Tsujikawa 7c2404db5e Set language=ru in ru/conf.py.in 2013-02-18 00:33:02 +09:00
Tatsuhiro Tsujikawa 68919a2412 Update doc css 2013-02-18 00:31:51 +09:00
Tatsuhiro Tsujikawa b9ee9a1195 doc: Customize theme 2013-02-02 20:57:35 +09:00
ITriskTI f8cb9b67de Update and fixed some bugs 2013-01-27 21:12:55 +03:00
ITriskTI d2892cf7b4 Update doc/manual-src/ru/aria2c.rst 2012-12-17 11:13:53 +03:00
ITriskTI 8c3e08f15a Update doc/manual-src/ru/aria2c.rst 2012-12-12 21:28:17 +03:00
ITriskTI f52d7024d1 Update doc/manual-src/ru/aria2c.rst 2012-11-17 13:20:02 +03:00
ITriskTI cb5984ce52 Update doc/manual-src/ru/aria2c.rst 2012-10-31 12:47:11 +03:00
ITriskTI bc33433e58 Update and fixed some bugs 2012-10-17 10:40:11 +03:00
ITriskTI d59300d582 Update doc/manual-src/ru/aria2c.rst
Fixed lines starts with words starting "." (bug Sphinx)
2012-08-25 16:41:57 +03:00
ITriskTI 129489d1b2 Update doc/manual-src/ru/aria2c.rst 2012-08-25 14:49:41 +03:00
ITriskTI c7131c14fe Update and fixed some bugs 2012-07-07 14:40:52 +03:00
ITriskTI 238c3128de Update master 2012-06-30 23:22:36 +03:00
ITriskTI 539a87d584 Update master 2012-06-24 17:05:43 +03:00
Tatsuhiro Tsujikawa f3a5aa3bef Renamed clean as doclean in Makefile for manuals.
This will prevent `make clean` in unpacked archive from removing
aria2c.1. We don't want to remove them by `make clean` because to
generate aria2c.1, user has to install Sphinx. That is why we
distribute aria2c.1 in the archive.
2012-05-27 18:51:27 +09:00
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
ITriskTI 8019ad602a Fixed typo 2012-05-15 18:24:59 +03:00
Tatsuhiro Tsujikawa 06405ce97b Removed aria2c.rst from the prerequisites of $(HTML)
$(HTML) is the root directory of html documents and since we don't
remove $(HTML) when re-building htmls, it is useless to use aria2c.rst
as a prerequisites.
2012-05-13 16:59:55 +09:00
Tatsuhiro Tsujikawa b4f3f41464 Fixed `make distcheck` error 2012-05-12 19:19:38 +09:00
Tatsuhiro Tsujikawa a1d5d5ef9d Added aria2c.rst to EXTRA_DIST 2012-05-10 01:06:26 +09:00
Tatsuhiro Tsujikawa 5323fa1029 Honor DESTDIR when installing HTML version manual.
Generate HTML version manual on `make install`.
2012-05-08 01:10:46 +09:00
ITriskTI 4d17715b66 Update doc/manual-src/ru/index.rst 2012-04-23 03:26:38 +03:00
ITriskTI 3c5753baf2 fixed some bugs 2012-04-23 03:24:30 +03:00
Tatsuhiro Tsujikawa 4a5f2b6f9f Use Sphinx for aria2 manual page documentation.
The source files for manual pages are placed under doc/manual-src.
The built manual pages are placed under doc/manual.
When installed, manual pages are placed under $(docdir)/manual/.
2012-04-22 21:21:26 +09:00