Browse Source

GMT no longer provides pdf documentation

master
Michael Uleysky 4 years ago
parent
commit
d46c8f1be0
  1. 8
      sci-geosciences/gmt/gmt-9999.ebuild

8
sci-geosciences/gmt/gmt-9999.ebuild

@ -61,10 +61,10 @@ src_compile() {
pushd "${BUILD_DIR}" || die
local havedoc="n"
if use doc; then
make -j1 docs_pdf || die
havedoc="y"
fi
if use htmldoc; then
# make -j1 docs_pdf || die
# havedoc="y"
# fi
# if use htmldoc; then
make -j1 docs_html || die
havedoc="y"
fi

Loading…
Cancel
Save