summaryrefslogtreecommitdiff
path: root/support/TVS/Makefile
blob: 3732d2df88473dc637482477d17a429fa9dac864 (plain)
1
2
3
4
5
6
7
8
9
10
# 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