X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=scripts%2Fmake_docs.pl;fp=scripts%2Fmake_docs.pl;h=8b4f463252d1c827ec6b0b833f4972b55e7bca55;hp=f5ec66ef8b0db2ca53ed153135aee4a45cdd04be;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 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';