[gstreamer-bugs] [Bug 319471] hooks.texi and faq.texi are missing from 0.8.6.2 tarball.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Oct 22 08:38:07 PDT 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=319471
 GStreamer | gst-ffmpeg | Ver: 0.8.6





------- Additional Comments From Ronald Bultje  2005-10-22 15:38 -------
htmldir = $(pkgdatadir)/html
html_sources = \
        ffmpeg-doc.html \
        faq.html \
        ffserver-doc.html \
        ffplay-doc.html \
        hooks.html
if HAVE_TEXI2HTML
html_pages = $(html_sources)
endif
html_DATA = $(html_pages)

man_sources = \
        ffmpeg.1 \
        ffserver.1 \
        ffplay.1
if HAVE_POD2MAN
man_pages = $(man_sources)
endif
man_MANS = $(man_pages)

[..]

EXTRA_DIST = \
        ffmpeg_powerpc_performance_evaluation_howto.txt \
        ffserver.conf \
        optimization.txt \
        texi2pod.pl \
        TODO \
        $(html_sources:.html=.texi) \
        $(man_sources:.1=-doc.texi)

in (gst-libs/ext/ffmpeg/)doc/Makefile.am fixes the problem for me.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list