Makefile infrastructure

This commit is contained in:
U-STARBUCK\gina
2009-04-02 21:01:44 -07:00
parent 0b3d9109de
commit 35a12bb52e
2 changed files with 4 additions and 5 deletions

View File

@@ -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)/

View File

@@ -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
} }