File: makefile

package info (click to toggle)
libxml-dt-perl 0.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 296 kB
  • ctags: 42
  • sloc: perl: 914; xml: 424; makefile: 64
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 _*