1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

doc/Makefile: generate library headers with the correct section number

This commit is contained in:
Stefano Sabatini 2012-11-11 12:50:44 +01:00
parent 6f78ba8b0b
commit c0aff4064d

View File

@ -55,8 +55,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/