X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/scripts/make_docs.pl diff --git a/scripts/make_docs.pl b/scripts/make_docs.pl old mode 100644 new mode 100755 index f5ec66ef8..8b4f46325 --- a/scripts/make_docs.pl +++ b/scripts/make_docs.pl @@ -4,6 +4,9 @@ use strict; use Pod::Html; use File::Find; +use FindBin; + +chdir($FindBin::Bin . '/..'); my $doc_path = "doc/online"; #my $pod2html_bin = `which pod2html` or die 'cannot find pod2html on your system';