summaryrefslogtreecommitdiff
path: root/support/TVS/TVS/docs/Makefile
blob: a357c44ec7936c80c40feb7eae1cb5a6c62ce73b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This makes documentation in various formats, clean deletes the garbage
# Part of the TVS software package
# $Id: Makefile,v 1.6 2000/05/08 13:56:14 antos Exp $

# Useful targets are all, tex, info, html, and clean.

all:	tex info html

clean:
	- rm tvs.cp* tvs.pg* tvs.fn* tvs.ky* tvs.vr* tvs.log tvs.aux tvs.tp*

tex:	texrun
	make texidx
	make texrun
	dvips tvs.dvi -o tvs.ps

texrun:
	texinfo tvs.texi

texidx:
	texindex *.??
init:
	make all
	xdvi tvs.dvi&
	vi tvs.texi

info:
	makeinfo tvs.texi

html:
	- makeinfo --html tvs.texi