History | View | Annotate | Download (11.7 KB)
Make texi2pod.pl process @include texinfo directives wherever they areplaced, and not only if inside @c man begin/end sections.
Originally committed as revision 23544 to svn://svn.ffmpeg.org/ffmpeg/trunk
Tweak texi2pod.pl to make it print the various sections in thegenerated document following the same order as that used in the texifile.
Also allow rendering of all the sections, not only a limitedpredefined subset.
Originally committed as revision 23543 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove a rule triggered by @man begin WORD WORDS. This rule onlyoutputs the section if WORDS has been defined in the list of optionsflags.
The meaning of this rule is not clear, and not used by the FFmpegdocumentation system anyway.
Originally committed as revision 23542 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make texi2pod.pl look for section "AUTHORS" rather than "AUTHOR", asthe corresponding sections in the man page have been renamed that way.
Originally committed as revision 23493 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make texi2pod.pl accept @itemize commands with no following characteror texinfo command for specifying how to generate @item marks, andmake it use by default the mark symbol "*".
This is consistent with texinfo docs:"If you don't specify a mark command, the default is `@bullet'."...
Update licensing information: The FSF changed postal address.
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
COSMETICS: tabs --> spaces, some prettyprinting
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
COSMETICS: Remove all trailing whitespace.
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
added ffplay documentation - added automatic man page generation for ffmpeg, ffserver and ffplay
Originally committed as revision 2136 to svn://svn.ffmpeg.org/ffmpeg/trunk