1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 01:36: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

@@ -4,8 +4,8 @@ compiler:
# - clang # Fix me
before_script:
# Installing yasm (needed for compiling vpx) and openal, asciidoc
- sudo apt-get -yq install yasm libopenal-dev libconfig-dev libalut-dev asciidoc
# Installing yasm (needed for compiling vpx) and openal
- sudo apt-get -yq install yasm libopenal-dev libconfig-dev libalut-dev
# Installing libsodium, needed for toxcore
- git clone https://github.com/jedisct1/libsodium.git libsodium
- cd libsodium