ccollect-0.2, beautified

This commit is contained in:
Nico Schottelius 2006-01-13 23:29:29 +01:00
parent e4cc3b319c
commit 000547dc91
2 changed files with 4 additions and 1 deletions

View File

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

View File

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