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