~ubuntu-branches/ubuntu/lucid/perl-tk/lucid

« back to all changes in this revision

Viewing changes to pod/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Colin Tuckley
  • Date: 2008-02-15 13:56:59 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080215135659-ru2oqlykuju20fav
Tags: 1:804.028-1
* New Upstream Release (Closes: #463080).
* Update to Debhelper v5.
* Build with XFT=1 (Closes: #411129).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
WriteMakefile(
4
4
        NAME    => 'Tk::pod',
5
5
        # DIR   => [ 'pTk' ],
 
6
        PMLIBDIRS => [ 'pod', 'Menu' ],
6
7
);
7
8
 
8
9
sub MY::postamble {
9
10
    '
10
11
html ::
11
 
        $(MKPATH) html
12
 
        for i in $(MAN1PODS) $(MAN3PODS); do pod2html --infile=$$i --outfile=html/$${i%.pod}.html; done
 
12
        @echo "Sorry no HTML building yet"
13
13
'
14
14
}
15
15