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


Ignore:
Timestamp:
Sep 4, 2017, 1:21:19 PM (7 years ago)
Author:
Bruno Cornec
Message:

Fix pb.conf old usage

  • Fix build for pod doc
  • Fix remaining ref to pb.conf
File:
1 edited

Legend:

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

    r2279 r2289  
    8484    # Produce the man page for pb.yml
    8585    $text .= "\t".'mkdir -p $(DESTDIR)'."$mandir/man5\n";
    86     $text .= "\t".'pod2man --section=5 etc/pb.conf.pod > $(DESTDIR)'."$mandir/man5/pb.conf.5\n";
     86    $text .= "\t".'pod2man --section=5 etc/pb.yml.pod > $(DESTDIR)'."$mandir/man5/pb.yml.5\n";
    8787    return($text);
    8888}
Note: See TracChangeset for help on using the changeset viewer.