diff options
Diffstat (limited to 'support/TVS/Makefile')
-rw-r--r-- | support/TVS/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/support/TVS/Makefile b/support/TVS/Makefile new file mode 100644 index 0000000000..3732d2df88 --- /dev/null +++ b/support/TVS/Makefile @@ -0,0 +1,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
\ No newline at end of file |