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:
parent
6f78ba8b0b
commit
c0aff4064d
@ -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/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user