cd ..;
read a < if_rate/VERSION
arhiva="if_rate-`echo -n "$a"`.tgz"
echo
echo "Generating: $arhiva"
echo

tar -cvzf if_rate/$arhiva \
	if_rate/distributie \
	if_rate/VERSION \
	if_rate/README \
	if_rate/LICENCE	\
	if_rate/INSTALL \
	if_rate/configure \
	if_rate/Makefile.txt \
	if_rate/bin/if_rate.bin \
	if_rate/src/if_rate.cpp \
	if_rate/if_rate \
	if_rate/start \
	if_rate/if_rate.bin




