# This is Makefile to prepare documentation files and make tar.gz file.

all:	docs targz

docs:
	- cd TVS/docs; make; make clean

targz:
	tar cvf TVS.tar TVS
	gzip -9 TVS.tar