[FFmpeg-devel] [FFmpeg-cvslog] doc: install css files along html docs

Martin Storsjö martin at martin.st
Tue Apr 19 11:27:39 EEST 2022


On Mon, 18 Apr 2022, Timo Rothenpieler wrote:

> ffmpeg | branch: master | Timo Rothenpieler <timo at rothenpieler.org> | Thu Apr  7 20:11:24 2022 +0200| [d5687236aba6fd31dd4369c290df9a5b1192e43e] | committer: Timo Rothenpieler
>
> doc: install css files along html docs
>
>> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d5687236aba6fd31dd4369c290df9a5b1192e43e
> ---
>
> doc/Makefile | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/doc/Makefile b/doc/Makefile
> index 58ca3fabd8..0f09783699 100644
> --- a/doc/Makefile
> +++ b/doc/Makefile
> @@ -27,6 +27,9 @@ HTMLPAGES   = $(AVPROGS-yes:%=doc/%.html) $(AVPROGS-yes:%=doc/%-all.html) $(COMP
>               doc/mailing-list-faq.html                                 \
>               doc/nut.html                                              \
>               doc/platform.html                                         \
> +              doc/bootstrap.min.css                                     \
> +              doc/style.min.css                                         \
> +              doc/default.css                                           \
>
> TXTPAGES    = doc/fate.txt                                              \

This broke all fate instances that have htmlpages enabled, as this broke 
"make install" whenever building out of the source tree - the html files 
are generated and exist in the build tree, but the css files don't.

(Adding .css to the list of extensions that are set up with vpath in the 
main Makefile might help a bit, but the install command would need to be 
updated to take that into account too.)

// Martin



More information about the ffmpeg-devel mailing list