~ubuntu-branches/ubuntu/natty/perl-tk/natty

« back to all changes in this revision

Viewing changes to pod/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Zander
  • Date: 2004-03-14 13:54:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040314135444-prc09u2or4dbr3to
Tags: 1:800.025-2
Add xlibs-dev to Build-Depends:,
Closes: #237942

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
sub MY::postamble {
9
9
    '
10
 
html :: 
11
 
        @echo "Sorry no HTML building yet"
 
10
html ::
 
11
        $(MKPATH) html
 
12
        for i in $(MAN1PODS) $(MAN3PODS); do pod2html --infile=$$i --outfile=html/$${i%.pod}.html; done
12
13
'
13
14
}
14
15