Manage new pkg++ dependency: no pandoc in Alpine. So no documentation.

master
Olivier DOSSMANN 2018-08-04 16:04:19 +02:00
parent aa90718eeb
commit 1bd33896a3
1 changed files with 1 additions and 0 deletions

1
build
View File

@ -17,6 +17,7 @@ git clone https://github.com/lukc/build.zsh && \
echo "> Installing pkgxx"
git clone https://github.com/lukc/pkgxx && \
cd pkgxx && \
touch doc/pkgxx.1 doc/package.toml.5 doc/pkgxx.conf.5 && \
make && \
make install && \
cp pkgxx.conf.example /etc/pkgxx.conf && \