Changeset 4
- Timestamp:
- 2007-10-25 10:33:57 (1 year ago)
- Files:
-
- trunk/irstats/Makefile.in (modified) (1 diff)
- trunk/irstats/etc/irstats.conf.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/irstats/Makefile.in
r2 r4 16 16 $(PERL) $(INSTALLPL) perl_lib $(IRSTATS_LIB) 17 17 $(PERL) $(INSTALLPL) cgi/irstats.cgi $(CGI_DIR) 18 chmod 0755 $(CGI_DIR)/irstats.cgi 18 19 $(PERL) $(INSTALLPL) htdocs $(WWW_DIR) 19 20 $(PERL) $(INSTALLPL) var $(LOCALSTATEDIR) trunk/irstats/etc/irstats.conf.in
r2 r4 2 2 3 3 # the repository type (used by update_table) 4 # one of eprints2, eprints3, dspace, apacheeprints 4 5 repository_type = eprints3 5 6 # repository_type = eprints2
