summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* | build: split examples cleaning out of docclean.Clément Bœsch2013-11-281-2/+5
| |
* | build: integrate remaining examples.Clément Bœsch2013-11-281-1/+8
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-271-1/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | * qatar/master: Add an audio transcoding example. Conflicts: configure doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add an audio transcoding example.Andreas Unterweger2013-11-271-1/+2
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * build: Check for pod2man instead of perl for manual page generationDiego Biurrun2013-11-261-2/+2
| | | | | | | | Some systems provide Perl without pod2man.
* | doc/Makefile: fix building examples if a program suffix is setMichael Niedermayer2013-11-271-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'dc80e2f7a529d6e4416b40b68699be16fed62d6c'Michael Niedermayer2013-11-271-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'dc80e2f7a529d6e4416b40b68699be16fed62d6c': Makefile: Fix building programs on systems with a nonempty executable suffix Conflicts: Makefile See: f1db007e008d3ece791c7ac65c537d1d301ea0cc Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/Makefile fix PROGSMichael Niedermayer2013-11-261-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'ab81f24ad43bddf77ddd25cba86780c1c884996c'Michael Niedermayer2013-11-261-1/+14
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ab81f24ad43bddf77ddd25cba86780c1c884996c': build: Integrate multilibrary examples into the build system Conflicts: configure doc/Makefile doc/examples/muxing.c doc/examples/output.c libavformat/Makefile libavformat/output-example.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Integrate multilibrary examples into the build systemDiego Biurrun2013-11-251-1/+14
| | | | | | | | This includes moving libavformat/output-example to doc/examples/output.
* | Merge commit '14abeaa43d021afdce9119d906891abe89c03b88'Michael Niedermayer2013-11-261-4/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '14abeaa43d021afdce9119d906891abe89c03b88': build: Separate building programs linking against libav* from building av* Conflicts: Makefile doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Separate building programs linking against libav* from building av*Diego Biurrun2013-11-251-3/+4
| | | | | | | | This will allow cleaner integration of building example programs.
| * doc: Add the host executable suffix for the print_options dependencyMartin Storsjö2013-11-251-1/+1
| | | | | | | | | | | | This fixes building on windows. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Partially revert "Merge commit 'f187557ab4612776f7f527ecf3d40062975c3e4c'"James Almer2013-11-251-3/+4
| | | | | | | | | | | | | | | | This partially reverts commit c0237d19a0269ff44e909434f1b2b645fad2d281 Some scripts make use of --disable-doc Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'f187557ab4612776f7f527ecf3d40062975c3e4c'Michael Niedermayer2013-11-241-4/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'f187557ab4612776f7f527ecf3d40062975c3e4c': build: more fine-grained dependencies for documentation build tools Conflicts: configure doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: more fine-grained dependencies for documentation build toolsDiego Biurrun2013-11-231-3/+6
| | | | | | | | Perl is needed to build the manual pages, texi2html for the HTML pages.
* | doc/Makefile: fix man pages uninstall pathStefano Sabatini2013-10-241-2/+2
| | | | | | | | Fix trac ticket #3054.
* | doc: add *install-doc that covers all documentationJames Almer2013-09-081-1/+5
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: rename *install-doc to *install-htmlJames Almer2013-09-071-5/+5
| | | | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: fix install-doc dependenciesJames Almer2013-09-071-3/+8
| | | | | | | | | | | | | | Put it inside its own ifdef conditional. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: fix insane hard texi2html dependancyMichael Niedermayer2013-09-011-1/+2
| | | | | | | | | | Found-by: nevcairiel Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'f4ca970dba13a60a1334cce1b574036e6f624b9c'Michael Niedermayer2013-09-011-2/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'f4ca970dba13a60a1334cce1b574036e6f624b9c': configure: Add docdir configuration option Conflicts: configure doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Add docdir configuration optionVittorio Giovara2013-08-311-2/+9
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Revert "doc: add script to compute texi files dependencies"Michael Niedermayer2013-07-031-1/+1
| | | | | | | | | | | | This reverts commit 628ceac6526724d35cb390cc1f88344f4ea22eb4. The commit broke out of tree builds
* | doc: add script to compute texi files dependenciesStefano Sabatini2013-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Replace the inline awk script with a Perl script which tracks the dependencies recursively. This allows to correctly track dependencies for files including files with a second level include (for example: ffmpeg-devices.texi -> devices.texi -> outdevs.texi). This also adds a dependency on perl for computing the dependencies, which should not be a problem since perl is already required all the way for building documentation.
* | doc/Makefile: install .3 man pages to man3 subdirStefano Sabatini2013-05-191-3/+8
| | | | | | | | Fix trac ticket #2585.
* | build: drop unused ALLMANPAGES variableStefano Sabatini2013-05-191-1/+1
| |
* | doc: enable compilation of -all tool pagesStefano Sabatini2013-04-051-6/+18
| | | | | | | | | | | | | | In particular, add documentation configuration system, through the doc/config.texi file. Fix trac issue #2374.
* | Merge commit '7a95afe433b2a692f490b98948c082e62ffc1d27'Michael Niedermayer2013-01-241-1/+1
|\ \ | |/ | | | | | | | | | | * commit '7a95afe433b2a692f490b98948c082e62ffc1d27': doc: fix dependencies in pod generation Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: fix dependencies in pod generationLuca Barbato2013-01-241-1/+1
| | | | | | | | The script can and will change.
* | doc/Makefile: Fix make doccleanJames Almer2013-01-191-2/+2
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: stop generating syntax.html.Clément Bœsch2012-12-241-1/+0
| | | | | | | | | | Just like doc/eval.texi, this file is meant to be included from ffmpeg-utils.texi, and not to be used as a standalone documentation.
* | doc/Makefile: add docclean ruleStefano Sabatini2012-12-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | This allows to clean the doc directory from the parent project dir. The command: make -C doc clean does not work as long as the paths specified in doc/Makefile are relative to the parent dir. Also it is consitent with "testclean" and "distclean" targets.
* | doc/Makefile: rework component configuration logicStefano Sabatini2012-11-291-13/+20
| | | | | | | | | | Only enable component manual when the corresponding library providing the feature is enabled.
* | doc: add ffmpeg-bitstream-filters.texi fileStefano Sabatini2012-11-281-1/+1
| |
* | doc: add ffmpeg-protocols.texi manualStefano Sabatini2012-11-271-1/+1
| |
* | doc: move syntax and eval chapters from libavutil to ffmpeg-utilsStefano Sabatini2012-11-271-1/+1
| | | | | | | | | | Move utilities description to a dedicated manual, consistent with what I did with the rest of the documentation.
* | doc: add libavdevice.texi and ffmpeg-devices.texi filesStefano Sabatini2012-11-271-1/+2
| |
* | doc: add libavformat.texi and ffmpeg-formats.texi filesStefano Sabatini2012-11-271-1/+2
| |
* | doc: add libswscale.texi and ffmpeg-scaler.texi filesStefano Sabatini2012-11-251-1/+2
| |
* | doc: add libswresample.texi and ffmpeg-resampler.texi filesStefano Sabatini2012-11-251-1/+2
| |
* | doc: move filters documentation to dedicated manual page ffmpeg-filtersStefano Sabatini2012-11-251-1/+1
| |
* | doc: move codec options and descriptions to a dedicated manual pageStefano Sabatini2012-11-251-3/+5
| |
* | doc/Makefile: generate library headers with the correct section numberStefano Sabatini2012-11-111-1/+3
| |
* | doc: add libavfilter.texiStefano Sabatini2012-11-111-0/+1
| | | | | | | | With some re-wording by Alexander Strasser <eclipse7@gmx.net>.
* | doc: add libavutil.texiStefano Sabatini2012-11-111-0/+1
| | | | | | | | | | With some fixes and better wording by Alexander Strasser <eclipse7@gmx.net>.
* | doc/Makefile: change DOCLIBS checkStefano Sabatini2012-11-071-6/+4
| | | | | | | | More consistent with the rest of the build system, and more compact.
* | doc/Makefile: remove .3 file with make cleanStefano Sabatini2012-11-061-1/+1
| |
* | doc: add libavcodec.texiStefano Sabatini2012-11-041-5/+9
| | | | | | | | | | The option chapter is based on the avoptions_codec.texi auto-generated file.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-031-2/+7
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * qatar/master: doc: add apidoc target for doxygen API documentation matroskadec: do not use avpacket internals Conflicts: doc/Makefile libavformat/matroskadec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud