core: add build of man page and docs for Travis

This commit is contained in:
Sébastien Helleu 2014-05-04 08:40:21 +02:00
parent 85596a9b0e
commit aa523be8be

View File

@ -8,7 +8,7 @@ before_install:
script:
- mkdir build
- cd build
- cmake ..
- cmake .. -DENABLE_MAN=ON -DENABLE_DOC=ON
- make
- sudo make install