From 1a6ff81e2888fca6e8bb62ab296c3c1b6b832c71 Mon Sep 17 00:00:00 2001 From: "U-STARBUCK\\gina" Date: Thu, 2 Apr 2009 21:01:44 -0700 Subject: [PATCH] Makefile infrastructure --- Makefile | 4 ++-- todo.sh | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 666c7f0..f320994 100644 --- a/Makefile +++ b/Makefile @@ -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)/ diff --git a/todo.sh b/todo.sh index a138590..361b969 100755 --- a/todo.sh +++ b/todo.sh @@ -7,13 +7,12 @@ version() { sed -e 's/^ //' <