[FFmpeg-cvslog] r22526 - in trunk: Makefile common.mak
Reimar Döffinger
Reimar.Doeffinger
Sun Mar 14 23:21:15 CET 2010
On Sun, Mar 14, 2010 at 09:52:55PM +0000, M?ns Rullg?rd wrote:
> Reimar D?ffinger <Reimar.Doeffinger at gmx.de> writes:
>
> > On Sun, Mar 14, 2010 at 08:48:09PM +0100, mru wrote:
> >> Author: mru
> >> Date: Sun Mar 14 20:48:09 2010
> >> New Revision: 22526
> >>
> >> Log:
> >> Fix brief make output for generated tables
> >>
> >> Modified:
> >> trunk/Makefile
> >> trunk/common.mak
> >>
> >> Modified: trunk/Makefile
> >> ==============================================================================
> >> --- trunk/Makefile Sun Mar 14 20:30:25 2010 (r22525)
> >> +++ trunk/Makefile Sun Mar 14 20:48:09 2010 (r22526)
> >> @@ -105,15 +105,15 @@ documentation: $(addprefix doc/, develop
> >> ffplay-doc.html ffprobe-doc.html ffserver-doc.html \
> >> general.html libavfilter.html $(ALLMANPAGES))
> >>
> >> -doc/%.html: MSG = HTML
> >> +doc/%.html: TAG = HTML
> >> doc/%.html: doc/%.texi
> >> $(M)cd doc && texi2html -monolithic -number $(<:doc/%=%)
> >>
> >> -doc/%.pod: MSG = POD
> >> +doc/%.pod: TAG = POD
> >> doc/%.pod: doc/%-doc.texi
> >> $(M)doc/texi2pod.pl $< $@
> >>
> >> -doc/%.1: MSG = MAN
> >> +doc/%.1: TAG = MAN
> >
> > I guess the log message is not 100% complete?
>
> That was part of the fix.
Ok, it just looked to me like it would fix the output for the doc generation,
not just the table generation, but I guess I missed a part, never mind.
More information about the ffmpeg-cvslog
mailing list