X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fperl%2FUCW%2FConfigure%2FPaths.pm;h=bd22ca3d5f27eb13246543b53062a15b71630c14;hb=01d529017638881377fae3e78ec86ee2b71f0779;hp=ecfa2caa3c19d466ad6ed22dabd740eb213278c6;hpb=ad920945145a18895ef391511c92ef42e0e4c3d7;p=libucw.git diff --git a/ucw/perl/UCW/Configure/Paths.pm b/ucw/perl/UCW/Configure/Paths.pm index ecfa2caa..bd22ca3d 100644 --- a/ucw/perl/UCW/Configure/Paths.pm +++ b/ucw/perl/UCW/Configure/Paths.pm @@ -38,6 +38,8 @@ Set("INSTALL_MAN_DIR", '$(INSTALL_USR_PREFIX)share/man'); Set("INSTALL_LOG_DIR", '$(INSTALL_VAR_PREFIX)log'); Set("INSTALL_STATE_DIR", '$(INSTALL_VAR_PREFIX)lib'); Set("INSTALL_RUN_DIR", '$(INSTALL_VAR_PREFIX)run'); +Set("INSTALL_DOC_DIR", '$(INSTALL_USR_PREFIX)share/doc'); +Set("INSTALL_PERL_DIR", '$(INSTALL_LIB_DIR)/perl5'); # Remember PKG_CONFIG_PATH used for building, so that it will be propagated to # pkg-config's run locally in the makefiles.