From 000547dc91a4c83050903a0cd243ee96920292e0 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 13 Jan 2006 23:29:29 +0100 Subject: [PATCH] ccollect-0.2, beautified --- Makefile | 2 +- ccollect.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd94d06..877a399 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ path_destination=$(path_dir)/$(CCOLLECT) all: @echo "Nothing to make, make install." -doc: +documentation: @asciidoc -n -o doc/ccollect.html doc/ccollect.text install: diff --git a/ccollect.sh b/ccollect.sh index 4b3fb7a..f3322f9 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -12,6 +12,8 @@ CSOURCES=$CCOLLECT_CONF/sources CDEFAULTS=$CCOLLECT_CONF/defaults TMP=$(mktemp /tmp/$(basename $0).XXXXXX) WE=$(basename $0) +VERSION=0.2 +RELEASE="2006-01-13" # # unset parallel execution @@ -48,6 +50,7 @@ usage() echo "" echo " Retrieve latest ccollect at http://linux.schottelius.org/ccollect/." echo "" + echo " Version: $VERSION ($RELEASE, Black Friday Release)" exit 0 }