On Tue, 2015-10-27 at 15:21 +0200, Patrik Flykt wrote:
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -378,7 +378,12 @@ EXTRA_DIST += doc/overview-api.txt doc/behavior-api.txt \
>                                 doc/vpn-config-format.txt \
>                                 doc/vpn-connection-api.txt \
>                                 doc/vpn-manager-api.txt doc/vpn-overview.txt \
> -                               doc/session-policy-format.txt
> +                               doc/session-policy-format.txt \
> +                               doc/connmanctl.1.in doc/connman.conf.5.in \
> +                               doc/connman-service.config.5.in \
> +                               doc/connman-vpn.conf.5.in \
> +                               doc/connman-vpn-provider.config.5.in \
> +                               doc/connman.8.in doc/connman-vpn.8.in
>  
>  EXTRA_DIST += src/main.conf \
>                 src/eduroam.config
> @@ -388,7 +393,7 @@ MANUAL_PAGES += doc/connmanctl.1 doc/connman.conf.5 \
>                 doc/connman-vpn-provider.config.5 \
>                 doc/connman.8 doc/connman-vpn.8
>  
> -dist_man_MANS = $(MANUAL_PAGES)
> +nodist_man_MANS = $(MANUAL_PAGES)
>  
>  pkgconfigdir = $(libdir)/pkgconfig
>  
> Notice the 'nodist_man_MANS', which causes the generated man pages not
> to end up in the dist tarball. As 'EXTRA_DIST' now contains the man .in
> files, running ./configure will create the man pages using the provided
> prefix. I'll squash up those changes into this patch and apply it all.

And then we also need to do a $(AM_V_at)$(MKDIR_P) $(dir $@) in all the
%.X : %.X.in rules to create the proper directory...

Phew.

        Patrik

_______________________________________________
connman mailing list
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman

Reply via email to