ffmpeg | branch: master | Timo Rothenpieler <t...@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                                              \
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to