X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7c3c6e8d70ee3c45305700eb90f020a16b1dcdd1..cff913a1c984f82558a7d59dec0b8b1a06c5530d:/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';