Skip to content

Commit

Permalink
Makefile infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
U-STARBUCK\gina committed Apr 3, 2009
1 parent 0b3d910 commit 1a6ff81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -13,9 +13,9 @@ VERSION-FILE: .FORCE-VERSION-FILE
todo.sh: VERSION-FILE

# For packaging
DISTFILES := README todo.cfg
DISTFILES := todo.cfg

DISTNAME=todo.sh-$(VERSION)
DISTNAME=todo.txt_cli-$(VERSION)
dist: $(DISTFILES) todo.sh
mkdir -p $(DISTNAME)
cp -f $(DISTFILES) $(DISTNAME)/
Expand Down
5 changes: 2 additions & 3 deletions todo.sh
Expand Up @@ -7,13 +7,12 @@
version() { sed -e 's/^ //' <<EndVersion
TODO.TXT Command Line Interface v$VERSION
Latest version: http://github.com/ginatrapani/todo.txt-cli/tree/master
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
License: GPL, http://www.gnu.org/copyleft/gpl.html
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
exit 1
}
Expand Down

0 comments on commit 1a6ff81

Please sign in to comment.