diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-08 13:41:11 -0800 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-06 11:51:15 +0100 |
commit | 86afe7eb14db539255022cfaf66d5162c4c4c3eb (patch) | |
tree | 06001bbae01b18ac7326fdaab936552101449b5b | |
parent | 34617cee42e752a138149cfc3594ed493065db2e (diff) | |
download | docbook-xsl-stylesheets-86afe7eb14db539255022cfaf66d5162c4c4c3eb.tar.gz docbook-xsl-stylesheets-86afe7eb14db539255022cfaf66d5162c4c4c3eb.tar.bz2 docbook-xsl-stylesheets-86afe7eb14db539255022cfaf66d5162c4c4c3eb.zip |
dbtoepub
-rwxr-xr-x | epub/bin/dbtoepub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epub/bin/dbtoepub b/epub/bin/dbtoepub index 9976f81..7a8bd9b 100755 --- a/epub/bin/dbtoepub +++ b/epub/bin/dbtoepub @@ -17,7 +17,7 @@ # layer (imports epub/docbook.xsl). # -v, --verbose Make output verbose. -lib = File.expand_path(File.join(File.dirname(__FILE__), 'lib')) +lib= '@@EPUBDIR@@/lib' $LOAD_PATH.unshift(lib) if File.exist?(lib) require 'fileutils' |