File: makefile

package info (click to toggle)
libxml-dt-perl 0.69-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 388 kB
  • sloc: perl: 1,432; xml: 438; makefile: 16
file content (19 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
all:
	arq.pl arq.xml > _.html
	scp _.html alfarrabio.um.geira.pt:public_html/img_arq/lista.html
	arq2.pl arq.xml > _.d1
	scp _.d1 alfarrabio.um.geira.pt:aea/img_arq.d1

A=xml::dt.html

$a: XML/DT.pm
	pod2html --title XML/DT.pm > xml::dt.html

_titulos: pub.pl _10nov.xml
	pub.pl _10nov.xml > _titulos

_10nov.xml: 10nov.sgm publico.dtd
	sx 10nov.sgm > _10nov.xml

clean:
	rm -f _*