* Re: [FFmpeg-devel] [FFmpeg-cvslog] doc: install css files along html docs
[not found] <20220418105630.AFDE34104A3@natalya.videolan.org>
@ 2022-04-19 8:27 ` Martin Storsjö
2022-04-19 11:10 ` Timo Rothenpieler
0 siblings, 1 reply; 2+ messages in thread
From: Martin Storsjö @ 2022-04-19 8:27 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: Timo Rothenpieler
On Mon, 18 Apr 2022, Timo Rothenpieler wrote:
> ffmpeg | branch: master | Timo Rothenpieler <timo@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 2+ messages in thread