doc: add libavcodec.texi

The option chapter is based on the avoptions_codec.texi auto-generated
file.
pull/6/merge
Stefano Sabatini 12 years ago
parent 1fa47f8dea
commit 617d0d41a2
  1. 14
      doc/Makefile
  2. 1124
      doc/libavcodec.texi

@ -1,6 +1,10 @@
MANPAGES = $(PROGS-yes:%=doc/%.1)
PODPAGES = $(PROGS-yes:%=doc/%.pod)
HTMLPAGES = $(PROGS-yes:%=doc/%.html) \
ifeq ($(CONFIG_AVCODEC),yes)
DOCLIBS += libavcodec
endif
MANPAGES = $(PROGS-yes:%=doc/%.1) $(DOCLIBS:%=doc/%.3)
PODPAGES = $(PROGS-yes:%=doc/%.pod) $(DOCLIBS:%=doc/%.pod)
HTMLPAGES = $(PROGS-yes:%=doc/%.html) $(DOCLIBS:%=doc/%.html) \
doc/developer.html \
doc/faq.html \
doc/fate.html \
@ -50,8 +54,8 @@ doc/%.pod: doc/%.texi $(GENTEXI)
$(Q)$(TEXIDEP)
$(M)perl $(SRC_PATH)/doc/texi2pod.pl -Idoc $< $@
doc/%.1: TAG = MAN
doc/%.1: doc/%.pod $(GENTEXI)
doc/%.1 doc/%.3: TAG = MAN
doc/%.1 doc/%.3: doc/%.pod $(GENTEXI)
$(M)pod2man --section=1 --center=" " --release=" " $< > $@
$(DOCS) doc/doxy/html: | doc/

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save