Changeset 09bd226 for configure


Ignore:
Timestamp:
2015-05-18T02:23:56Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
08a9323, fe63ed3
Parents:
8cbe2b6
git-author:
dequis <dx@…> (18-05-15 02:22:23)
git-committer:
dequis <dx@…> (18-05-15 02:23:56)
Message:

Include prebuilt skyped manpage, remove asciidoc dependency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r8cbe2b6 r09bd226  
    688688        fi
    689689        echo "DOC=1" >> Makefile.settings
    690 
    691         if [ "$skype" = "1" -o "$skype" = "plugin" ]; then
    692                 # skype also needs asciidoc
    693                 if ! type a2x > /dev/null 2> /dev/null; then
    694                         echo
    695                         echo 'WARNING: The skyped man page requires asciidoc. It will not be generated.'
    696                 else
    697                         echo "ASCIIDOC=1" >> Makefile.settings
    698                 fi
    699         fi
    700690fi
    701691
Note: See TracChangeset for help on using the changeset viewer.