diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-03-19 20:54:26 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-05 10:11:57 +0200 |
commit | 9b4d9d8795b02688b7140b82d716b3885284efc1 (patch) | |
tree | 04b82269c35fdd979fd16feaf9390cadc2bfc5bb /.gitignore | |
parent | 702e7438275aee2990ee6943a66c17302cda08d9 (diff) | |
download | ffmpeg-9b4d9d8795b02688b7140b82d716b3885284efc1.tar.gz |
doc: enable compilation of -all tool pages
In particular, add documentation configuration system, through the
doc/config.texi file.
Fix trac issue #2374.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fd4ce20d30..f98c20c2d8 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ /doc/*.3 /doc/*.html /doc/*.pod +/doc/config.texi /doc/avoptions_codec.texi /doc/avoptions_format.texi /doc/examples/decoding_encoding |