On Mon, Nov 17, 2014 at 03:05:16PM -0600, Tyler Hicks wrote: > The configure script fails if pod2man isn't available since PROG_POD2MAN > is called unconditionally so it is safe to split man page generation out > of the --with-perl configure option. > > Signed-off-by: Tyler Hicks <[email protected]>
Acked-by: Seth Arnold <[email protected]> Thanks > --- > libraries/libapparmor/doc/Makefile.am | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/libraries/libapparmor/doc/Makefile.am > b/libraries/libapparmor/doc/Makefile.am > index 52f3331..eeccacb 100644 > --- a/libraries/libapparmor/doc/Makefile.am > +++ b/libraries/libapparmor/doc/Makefile.am > @@ -3,9 +3,6 @@ > POD2MAN = pod2man > PODCHECKER = podchecker > > -# No perl, no manpages > -if HAVE_PERL > - > man_MANS = aa_change_hat.2 aa_change_profile.2 aa_getcon.2 > aa_find_mountpoint.2 > > PODS = $(subst .2,.pod,$(man_MANS)) > @@ -23,5 +20,3 @@ BUILT_SOURCES = $(man_MANS) > --center="AppArmor" \ > --stderr \ > $< > $@ > - > -endif > -- > 2.1.0 > > > -- > AppArmor mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/apparmor >
signature.asc
Description: Digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
