diff mbox series

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

Message ID 20220407181240.31116-1-timo@rothenpieler.org
State Accepted
Commit d5687236aba6fd31dd4369c290df9a5b1192e43e
Headers show
Series [FFmpeg-devel] doc: install css files along html docs | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_aarch64_jetson success Make finished
andriy/make_fate_aarch64_jetson success Make fate finished
andriy/make_armv7_RPi4 success Make finished
andriy/make_fate_armv7_RPi4 success Make fate finished

Commit Message

Timo Rothenpieler April 7, 2022, 6:12 p.m. UTC
---
 doc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

Comments

Timo Rothenpieler April 12, 2022, 9:48 a.m. UTC | #1
On 07/04/2022 20:12, Timo Rothenpieler wrote:
> ---
>   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                                              \
>   

will push soon if nobody objects.
diff mbox series

Patch

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                                              \