diff --git a/Repositories/statistics/Makefile b/Repositories/statistics/Makefile index 25a6c43..ed991dc 100755 --- a/Repositories/statistics/Makefile +++ b/Repositories/statistics/Makefile @@ -27,7 +27,7 @@ scripts/fix-countries.php scripts/fix-titles.php vhost/apache.conf CONFIG_SUBS:=EPRINTSSTATS EPRINTS_HOST EPRINTS_PORT EPRINTS_ADMIN_EMAIL -USAGE_SUBS:=GEOIP_DATABASE APACHE_LOG_LOCATION APACHE_LOG_NAME_1 APACHE_LOG_NAME_2 +USAGE_SUBS:=EPRINTS_VERSION GEOIP_DATABASE APACHE_LOG_LOCATION APACHE_LOG_NAME_1 APACHE_LOG_NAME_2 FIX_SUBS:=GEOIP_DATABASE VHOST_SUBS:=EPRINTSSTATS PHP_LIB @@ -59,7 +59,7 @@ scripts/fix-titles.php: scripts/fix-titles_src.php environment_config.make @announce "Generating $@" - perl -p $(foreach SUB,$(FIX_SUBS),-e "s|##$(SUB)##|$($(SUB))|g;") $< > $@ + perl -p $(foreach SUB,$(USAGE_SUBS),-e "s|##$(SUB)##|$($(SUB))|g;") $< > $@ vhost/apache.conf: vhost/apache_src.conf environment_config.make