diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2022-04-19 13:04:42 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2022-04-19 13:04:42 +0200 |
commit | b2823333d580e18fbb60733bea8ed2ccdc68f7f4 (patch) | |
tree | 12ee99d6a51f64ed210d5be300ed0c51cd50f26d /doc/Makefile | |
parent | d41f85235dad4577c806381576821abe4f6ca97f (diff) | |
download | ffmpeg-b2823333d580e18fbb60733bea8ed2ccdc68f7f4.tar.gz |
doc: fix css file install for out-of-tree builds
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile index 0f09783699..25774c7bad 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -27,9 +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 \ + $(SRC_PATH)/doc/bootstrap.min.css \ + $(SRC_PATH)/doc/style.min.css \ + $(SRC_PATH)/doc/default.css \ TXTPAGES = doc/fate.txt \ |