From b2823333d580e18fbb60733bea8ed2ccdc68f7f4 Mon Sep 17 00:00:00 2001 From: Timo Rothenpieler Date: Tue, 19 Apr 2022 13:04:42 +0200 Subject: [PATCH] doc: fix css file install for out-of-tree builds --- 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 \