Changeset 1081 in ProjectBuilder for devel/pb-modules/Makefile.PL


Ignore:
Timestamp:
Aug 9, 2010, 1:51:42 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • Solve most lintian errors for Ubuntu 10.04 - Prepare for another Debian submission
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/Makefile.PL

    r989 r1081  
    5858    # Produce the man page for pb.conf
    5959    $text .= "\t".'mkdir -p $(DESTDIR)'."$mandir/man5\n";
    60     $text .= "\t".'pod2man etc/pb.conf.pod > $(DESTDIR)'."$mandir/man5/pb.conf.5\n";
     60    $text .= "\t".'pod2man --section=5 etc/pb.conf.pod > $(DESTDIR)'."$mandir/man5/pb.conf.5\n";
    6161    return($text);
    6262}
Note: See TracChangeset for help on using the changeset viewer.