[FFmpeg-cvslog] doc: fix css file install for out-of-tree builds

Timo Rothenpieler git at videolan.org
Tue Apr 19 14:05:35 EEST 2022


ffmpeg | branch: master | Timo Rothenpieler <timo at rothenpieler.org> | Tue Apr 19 13:04:42 2022 +0200| [b2823333d580e18fbb60733bea8ed2ccdc68f7f4] | committer: Timo Rothenpieler

doc: fix css file install for out-of-tree builds

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b2823333d580e18fbb60733bea8ed2ccdc68f7f4
---

 doc/Makefile | 6 +++---
 1 file 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                                              \
 



More information about the ffmpeg-cvslog mailing list