File: Makefile

package info (click to toggle)
swh-plugins 0.4.17-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,264 kB
  • sloc: ansic: 23,551; xml: 12,633; perl: 1,114; sh: 964; makefile: 218
file content (29 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (2)
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
all: ladspa-swh.html ladspa-swh.pdf

test:
	touch ../amp_1181.xml
	make view

view: ladspa-swh.ps
	gv ladspa-swh.ps

ladspa-swh.tex: ../*.xml
	./makedocs.pl ../*.xml > ladspa-swh.tex
	latex ladspa-swh.tex
	latex ladspa-swh.tex

ladspa-swh.dvi: ladspa-swh.tex
	latex ladspa-swh.tex
	latex ladspa-swh.tex

ladspa-swh.ps: ladspa-swh.dvi
	dvips ladspa-swh.dvi -o

ladspa-swh.pdf: ladspa-swh.ps
	ps2pdf ladspa-swh.ps

ladspa-swh.html: ladspa-swh.tex
	tth -v -Lladspa-swh <ladspa-swh.tex >ladspa-swh-tmp.html
	./addstyle.pl <ladspa-swh-tmp.html >ladspa-swh.html
	rm -f ladspa-swh-tmp.html
	date -I > timestamp.txt