diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2022-04-07 20:11:24 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2022-04-18 12:55:32 +0200 |
commit | d5687236aba6fd31dd4369c290df9a5b1192e43e (patch) | |
tree | 2f96ffaabbd8bbc900b49e7ce10e1eb300169af8 /doc/Makefile | |
parent | 4e98cc29f43fbc5a761ec08e942e66a84ef943fa (diff) | |
download | ffmpeg-d5687236aba6fd31dd4369c290df9a5b1192e43e.tar.gz |
doc: install css files along html docs
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |