Changeset 1963


Ignore:
Timestamp:
02/22/17 09:31:35 (7 years ago)
Author:
nanardon
Message:

Don't mix man1 and 5 in html doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/Makefile.PL

    r1961 r1963  
    9595            DATADIR             => '/usr/share/latmos-accounts', 
    9696            DESTDATADIR         => '$(DESTDIR)$(DATADIR)', 
     97            MAN1PODSBIN         => join(' ', <bin/*>), 
    9798            MAN5PODS            => join(' ', <man/man5/*.pod>), 
    9899            MAN8PODS            => join(' ', <man/man8/*.pod>), 
     
    175176\t latmos-accounts.spec 
    176177 
    177 podhtml: \$(MAN5PODS) \$(MAN8PODS) \$(MAN3PODS) \$(MAN1PODS) 
     178podhtml: \$(MAN5PODS) \$(MAN8PODS) \$(MAN3PODS) \$(MAN1PODSBIN) 
    178179\tmkdir html || : 
    179180\trm -fr html/* 
    180 \tperl scripts/pod2xhtml.pl man1 \$(MAN1PODS) 
     181\tperl scripts/pod2xhtml.pl man1 \$(MAN1PODSBIN) 
    181182\tperl scripts/pod2xhtml.pl man3 \$(MAN3PODS) 
    182183\tperl scripts/pod2xhtml.pl man5 \$(MAN5PODS) 
Note: See TracChangeset for help on using the changeset viewer.