/usr/share/doc/libxml-dt-perl/examples/makefile is in libxml-dt-perl 0.68-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 _*
|