Makefile
author Davor Ocelic <docelic@crystallabs.io>
Tue, 30 Apr 2019 01:10:00 +0200
changeset 111 252611c8d283
parent 89 aa4172c204d4
permissions -rw-r--r--
Make aliases be auto-detected and inserted into help texts.


VERSION := $(shell awk '/VERSION =/ { print $$4 }' shelldap | sed -e "s/[';]//g")

release:
	@mkdir shelldap-${VERSION}
	@cp shelldap shelldap-${VERSION}
	@pod2text shelldap > shelldap-${VERSION}/USAGE
	@tar -czvf shelldap-${VERSION}.tar.gz shelldap-${VERSION}
	@rm -rf shelldap-${VERSION}