diff --git a/Repositories/otago_eprints/Makefile b/Repositories/otago_eprints/Makefile index 0109810..ab55106 100755 --- a/Repositories/otago_eprints/Makefile +++ b/Repositories/otago_eprints/Makefile @@ -52,6 +52,11 @@ @announce "Rebuilding indexes..." @sudo -u www $(BINDIR)/indexer start --once --notdaemon +stats: + @announce "Generating statistics..." + @sudo -u www php $(EPRINTS)/ePrintsStats/scripts/eprints-usage.php + @sudo -u www perl $(EPRINTS)/ePrintsStats/scripts/add_country.pl + debug: @echo "ARCHIVE_NAME = [$(ARCHIVE_NAME)]"