Makefile
changeset 13 d7975e514b2a
child 47 bf9d6fa1b1d4
equal deleted inserted replaced
12:d703cba056e3 13:d7975e514b2a
       
     1 
       
     2 VERSION := $(shell awk '/VERSION/ { print $$4 }' shelldap | sed -e "s/[';]//g")
       
     3 
       
     4 release:
       
     5 	@mkdir shelldap-${VERSION}
       
     6 	@cp shelldap shelldap-${VERSION}
       
     7 	@hg log --style=changelog > shelldap-${VERSION}/ChangeLog
       
     8 	@pod2text shelldap > shelldap-${VERSION}/README
       
     9 	@tar -czvf shelldap-${VERSION}.tar.gz shelldap-${VERSION}
       
    10 	@rm -rf shelldap-${VERSION}