summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2022-04-19 13:04:42 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2022-04-19 13:04:42 +0200
commitb2823333d580e18fbb60733bea8ed2ccdc68f7f4 (patch)
tree12ee99d6a51f64ed210d5be300ed0c51cd50f26d
parentd41f85235dad4577c806381576821abe4f6ca97f (diff)
doc: fix css file install for out-of-tree builds
-rw-r--r--doc/Makefile6
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 \