]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/perl/UCW/Configure/Paths.pm
make Sherlock compilable on Darwin without hacks due to missing direct IO
[libucw.git] / ucw / perl / UCW / Configure / Paths.pm
index ecfa2caa3c19d466ad6ed22dabd740eb213278c6..bd22ca3d5f27eb13246543b53062a15b71630c14 100644 (file)
@@ -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.