HELM_LIB_DIR=@HELM_LIB_DIR@
HELM_ETC_DIR=@HELM_ETC_DIR@
+HELM_LIBRARY_DIR=@HELM_LIBRARY_DIR@
install:
cp lib/configuration.pl $(HELM_LIB_DIR)
cp etc/* $(HELM_ETC_DIR)
+ cp library/servers.txt library/urls_of_uris.db $(HELM_LIBRARY_DIR)
distclean:
rm -f Makefile configure config.log config.cache config.status
AC_MSG_WARN(Where should I put the downloaded library? Note: the directory and all the files and subdirectories recursively in it should be world writeable)
read HELM_LIBRARY_PREFIX
-CONFIGURATION_HELM_DIR=$HELM_LIBRARY_PREFIX/examples
+CONFIGURATION_HELM_DIR=$HELM_LIBRARY_PREFIX/library
dnl CSC: ERROR: getters should download the DTDs
CONFIGURATION_DTD_DIR=$HELM_SHARE_DIR/dtd
CONFIGURATION_SERVERS_FILE=$HELM_LIBRARY_PREFIX/servers.txt