Changeset 537 for trunk/hotstuff/Makefile
- Timestamp:
- 10/04/09 15:37:59 (3 years ago)
- Files:
-
- 1 modified
-
trunk/hotstuff/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/hotstuff/Makefile
r427 r537 1 version = 0.9. 31 version = 0.9.4 2 2 3 3 prefix = /usr/local … … 16 16 $(MAKE) install-scripts 17 17 $(MAKE) install-dxs 18 $(MAKE) install-ocs 18 19 $(MAKE) install-admin 19 20 #$(MAKE) install-doc … … 42 43 cp scripts/ghnssignature $(dprefix)/bin 43 44 mkdir -p $(dprefix)/lib/cgi-bin 44 cp src/hotstuff-search $(dprefix)/lib/cgi-bin45 45 cp src/hotstuff-stuff $(dprefix)/lib/cgi-bin 46 46 cp src/hotstuff-access $(dprefix)/lib/cgi-bin … … 48 48 mkdir -p $(dprefix)/share/man/man1 49 49 cp man/hotstuff-scan.1 $(dprefix)/share/man/man1 50 cp man/hotstuff-search.1 $(dprefix)/share/man/man151 50 cp man/hotstuff-stuff.1 $(dprefix)/share/man/man1 52 51 cp man/hotstuff-versioning.1 $(dprefix)/share/man/man1 … … 68 67 cp dxs/hotstuff-dxs $(dprefix)/lib/cgi-bin 69 68 69 install-ocs: 70 mkdir -p $(dprefix)/lib/cgi-bin 71 cp dxs/HotstuffOCS.pm $(dprefix)/lib/cgi-bin 72 cp dxs/hotstuff-ocs $(dprefix)/lib/cgi-bin 73 70 74 install-admin: 71 75 mkdir -p $(dwebprefix)/hotstuff-admin
