Browse Source

opensp: fixed to not build documentation if 'xmlto' is effectively not installed

user/amery/mess
Christian Wiese 14 years ago
parent
commit
f3c7c0e428
  1. 17
      textproc/opensp/opensp.conf

17
textproc/opensp/opensp.conf

@ -0,0 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../opensp/opensp.conf
# Copyright (C) 2010 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if pkginstalled -f xmlto; then
var_append extraconfopt ' ' "--disable-doc-build"
fi
Loading…
Cancel
Save