check for key dependency
This commit is contained in:
parent
fd9e551563
commit
827f65d997
@ -143,6 +143,12 @@ while getopts ':a:C:hi:l:o:p:t:' OPTION; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if ! which sphinx-build > /dev/null
|
||||||
|
then
|
||||||
|
echo "Command 'sphinx-build' not found, but required. Please install sphinx."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
BUILDDIR=$(mktemp -d /tmp/taler-terms-XXXXXX)
|
BUILDDIR=$(mktemp -d /tmp/taler-terms-XXXXXX)
|
||||||
if [ ! -f "${VERSION}.rst" ]
|
if [ ! -f "${VERSION}.rst" ]
|
||||||
then
|
then
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -39,6 +39,9 @@ Depends:
|
|||||||
netbase,
|
netbase,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
|
Recommends:
|
||||||
|
python3-sphinx,
|
||||||
|
python3-sphinx-rtd-theme
|
||||||
Description: Libraries to talk to a GNU Taler exchange.
|
Description: Libraries to talk to a GNU Taler exchange.
|
||||||
The package also contains various files fundamental
|
The package also contains various files fundamental
|
||||||
to all GNU Taler installations, such as the
|
to all GNU Taler installations, such as the
|
||||||
|
Loading…
Reference in New Issue
Block a user