/[Semantic-Engine]/EPrints/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /EPrints/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Fri Jun 29 09:14:35 2007 UTC (16 years, 10 months ago) by dpavlin
File size: 166 byte(s)
added Makefile perms to fix permisions and simple test under www-data user, ignore eprints.db
1 all:
2 @echo "make [perms|test]"
3
4 perms:
5 sudo chgrp www-data . eprints.db
6 sudo chmod g+w . eprints.db
7
8 test:
9 sudo -u www-data ./search.cgi query=djeca >/dev/null
10

  ViewVC Help
Powered by ViewVC 1.1.26