X-Git-Url: https://gitweb.ps.run/ps-gitweb/blobdiff_plain/79a9e5adac25223540ccb8d6bfa71ca4591caf9a..1f60d1a884fac7e52c4a4d9a41aaf03064b4418c:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 818d2b5..da3a95b 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,13 @@ include shared.mak MAK_DIR_GITWEB = gitweb/ include gitweb/Makefile +ifndef PERL_PATH + PERL_PATH = /usr/bin/perl +endif +PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH)) + +export PERL_PATH + .PHONY: gitweb gitweb: $(MAK_DIR_GITWEB_ALL) ifndef NO_GITWEB