diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-12-02 01:33:07 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-12-09 18:26:17 +0100 |
commit | 1ebbdda1d2754005d722907693ea958da5751af8 (patch) | |
tree | 7c6e0e1baf0929a6855c6101089272fd43b87286 /doc/Makefile | |
parent | b73a01eaf1f347419dcba49ca18a99afe0b24b24 (diff) | |
download | ffmpeg-1ebbdda1d2754005d722907693ea958da5751af8.tar.gz |
doc: document fate in a texinfo
Summarize the information provided in the wiki and the one provided
in fate.txt
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index ca403d5bf7..ee3c86dfaf 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,6 +3,7 @@ PODPAGES = $(PROGS-yes:%=doc/%.pod) HTMLPAGES = $(PROGS-yes:%=doc/%.html) \ doc/developer.html \ doc/faq.html \ + doc/fate.html \ doc/general.html \ doc/libavfilter.html \ |