Show
Ignore:
Timestamp:
10/04/09 15:37:59 (3 years ago)
Author:
josef
Message:

- initial code for eventual implementation of the content part of the OCS API
- cleanup of old TODO lists
- update of changelog in anticipation of a new release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/hotstuff/Makefile

    r427 r537  
    1 version = 0.9.3 
     1version = 0.9.4 
    22 
    33prefix = /usr/local 
     
    1616        $(MAKE) install-scripts 
    1717        $(MAKE) install-dxs 
     18        $(MAKE) install-ocs 
    1819        $(MAKE) install-admin 
    1920        #$(MAKE) install-doc 
     
    4243        cp scripts/ghnssignature $(dprefix)/bin 
    4344        mkdir -p $(dprefix)/lib/cgi-bin 
    44         cp src/hotstuff-search $(dprefix)/lib/cgi-bin 
    4545        cp src/hotstuff-stuff $(dprefix)/lib/cgi-bin 
    4646        cp src/hotstuff-access $(dprefix)/lib/cgi-bin 
     
    4848        mkdir -p $(dprefix)/share/man/man1 
    4949        cp man/hotstuff-scan.1 $(dprefix)/share/man/man1 
    50         cp man/hotstuff-search.1 $(dprefix)/share/man/man1 
    5150        cp man/hotstuff-stuff.1 $(dprefix)/share/man/man1 
    5251        cp man/hotstuff-versioning.1 $(dprefix)/share/man/man1 
     
    6867        cp dxs/hotstuff-dxs $(dprefix)/lib/cgi-bin 
    6968 
     69install-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 
    7074install-admin: 
    7175        mkdir -p $(dwebprefix)/hotstuff-admin