From 9ca08f91e9817892c3545612a91d38687e593e14 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 4 Feb 2021 15:32:37 +0100 Subject: Makefile template: Allow separate generation of .pod.in -> .pod We do this by adding the attribute 'pod' to all .pod.in -> .pod generations, like this: DEPEND[NAME.pod]{pod}=NAME.pod.in, ... and selecting out the target files for those dependencies into a dedicated target 'build_generated_pods', which the 'doc-nits' and 'cmd-nits' make targets are made to depend on. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14067) --- doc/build.info | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/build.info') diff --git a/doc/build.info b/doc/build.info index 83da34ee29..267629040d 100644 --- a/doc/build.info +++ b/doc/build.info @@ -56,6 +56,7 @@ DEPEND[$manfile]=$podfile GENERATE[$manfile]=$podfile _____ $OUT .= << "_____" if $podinfile; +DEPEND[$podfile]{pod}=$podinfile GENERATE[$podfile]=$podinfile _____ } -- cgit v1.2.3