1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 05:26:34 +01:00

Make asciidoc 'optional'

Run `make doc` in the build directory after editing the asciidoc to
regenerate the manpages. Changes to asciidoc source and generated man
pages will need to be commited together.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang
2014-08-24 16:34:16 -04:00
parent 690f0221b5
commit 1a8fdb1b99
4 changed files with 12 additions and 10 deletions

View File

@@ -23,7 +23,8 @@ Toxic is a [Tox](https://tox.im)-based instant messenging client which formerly
* [libnotify](https://developer.gnome.org/libnotify) (for Debian based systems, 'libnotify-dev')
##### Documentation
* [Asciidoc](http://asciidoc.org/index.html) Only required for building manpages.
* [Asciidoc](http://asciidoc.org/index.html) Only required for regenerating manpages.
* Run `make doc` in the build directory after editing the asciidoc to regenerate the manpages.
### Compiling
1. `cd build/`