diff options
author | dequis <dx@dxzone.com.ar> | 2015-05-17 23:22:23 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-05-17 23:23:56 -0300 |
commit | 09bd226ff479c3ab3b265c1ae721c3ca190d3c83 (patch) | |
tree | 797381d7d1bf8ef12363b6954cbaed340677eb26 /configure | |
parent | 8cbe2b6d2b82fa071e136ffae3a7873e969f3dd2 (diff) |
Include prebuilt skyped manpage, remove asciidoc dependency
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -687,16 +687,6 @@ if [ "$doc" = "1" ]; then exit 1 fi echo "DOC=1" >> Makefile.settings - - if [ "$skype" = "1" -o "$skype" = "plugin" ]; then - # skype also needs asciidoc - if ! type a2x > /dev/null 2> /dev/null; then - echo - echo 'WARNING: The skyped man page requires asciidoc. It will not be generated.' - else - echo "ASCIIDOC=1" >> Makefile.settings - fi - fi fi get_version |