GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Digital_Repository
Browse code
- Added makefile.
master
1 parent
a0d3b01
commit
7a75e798b3494191d04010e254227645e4c58071
nstanger
authored
on 14 Nov 2005
Patch
Showing
1 changed file
Repositories/otago_eprints/Makefile
Ignore Space
Show notes
View
Repositories/otago_eprints/Makefile
0 → 100755
SHELL=/bin/sh DEPLOY_ROOT=/usr/lcoal/eprints/archives DEPLOY_DIR=$(DEPLOY_DIR)/otago_eprints .PHONY: deploy deploy: otago_eprints.xml sudo -u www cp $< /usr/local/eprints/archives sudo -u www chown www:www /usr/local/eprints/archives/$< sudo -u www /usr/local/eprints/bin/generate_apacheconf sudo /usr/sbin/apachectl stop sudo /usr/sbin/apachectl start
Show line notes below