Makefile infrastructure
This commit is contained in:
4
Makefile
4
Makefile
@@ -13,9 +13,9 @@ VERSION-FILE: .FORCE-VERSION-FILE
|
|||||||
todo.sh: VERSION-FILE
|
todo.sh: VERSION-FILE
|
||||||
|
|
||||||
# For packaging
|
# For packaging
|
||||||
DISTFILES := README todo.cfg
|
DISTFILES := todo.cfg
|
||||||
|
|
||||||
DISTNAME=todo.sh-$(VERSION)
|
DISTNAME=todo.txt_cli-$(VERSION)
|
||||||
dist: $(DISTFILES) todo.sh
|
dist: $(DISTFILES) todo.sh
|
||||||
mkdir -p $(DISTNAME)
|
mkdir -p $(DISTNAME)
|
||||||
cp -f $(DISTFILES) $(DISTNAME)/
|
cp -f $(DISTFILES) $(DISTNAME)/
|
||||||
|
|||||||
5
todo.sh
5
todo.sh
@@ -7,13 +7,12 @@
|
|||||||
version() { sed -e 's/^ //' <<EndVersion
|
version() { sed -e 's/^ //' <<EndVersion
|
||||||
TODO.TXT Command Line Interface v$VERSION
|
TODO.TXT Command Line Interface v$VERSION
|
||||||
|
|
||||||
Latest version: http://github.com/ginatrapani/todo.txt-cli/tree/master
|
|
||||||
First release: 5/11/2006
|
First release: 5/11/2006
|
||||||
Conceived and released by: Gina Trapani (http://ginatrapani.org)
|
Original conception by: Gina Trapani (http://ginatrapani.org)
|
||||||
Contributors: http://github.com/ginatrapani/todo.txt-cli/network
|
Contributors: http://github.com/ginatrapani/todo.txt-cli/network
|
||||||
License: GPL, http://www.gnu.org/copyleft/gpl.html
|
License: GPL, http://www.gnu.org/copyleft/gpl.html
|
||||||
More information and mailing list at http://todotxt.com
|
More information and mailing list at http://todotxt.com
|
||||||
To submit patches, fork the repository at http://github.com/ginatrapani/todo.txt-cli/tree/master
|
Code repository: http://github.com/ginatrapani/todo.txt-cli/tree/master
|
||||||
EndVersion
|
EndVersion
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user