[FFmpeg-devel] [PATCH] doc/Makefile: generate library headers with the correct section number
Clément Bœsch
ubitux at gmail.com
Sun Nov 11 13:57:24 CET 2012
On Sun, Nov 11, 2012 at 12:51:30PM +0100, Stefano Sabatini wrote:
> ---
> doc/Makefile | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/doc/Makefile b/doc/Makefile
> index 233bd84..8709b0a 100644
> --- a/doc/Makefile
> +++ b/doc/Makefile
> @@ -56,8 +56,10 @@ doc/%.pod: doc/%.texi $(GENTEXI)
> $(M)perl $(SRC_PATH)/doc/texi2pod.pl -Idoc $< $@
>
> doc/%.1 doc/%.3: TAG = MAN
> -doc/%.1 doc/%.3: doc/%.pod $(GENTEXI)
> +doc/%.1: doc/%.pod $(GENTEXI)
> $(M)pod2man --section=1 --center=" " --release=" " $< > $@
> +doc/%.3: doc/%.pod $(GENTEXI)
> + $(M)pod2man --section=3 --center=" " --release=" " $< > $@
>
> $(DOCS) doc/doxy/html: | doc/
>
LGTM
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121111/2c4e8d55/attachment.asc>
More information about the ffmpeg-devel
mailing list