From 80049eac50d2172ed7c884fa0ea4a8648e4ec389 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 7 Dec 2020 15:11:09 +0100 Subject: [PATCH] windows: Install the images referenced in the user manual --- windows/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/GNUmakefile b/windows/GNUmakefile index 5c6551ff..61fdf88c 100755 --- a/windows/GNUmakefile +++ b/windows/GNUmakefile @@ -177,6 +177,7 @@ $(DEST)/doc/developer-manual: $(DEST)/doc $(SOURCE)/doc/webserver/developer-manu $(DEST)/doc/user-manual: $(DEST)/doc $(SOURCE)/doc/webserver/user-manual/index.html test -d $(DEST)/doc/user-manual || mkdir $(DEST)/doc/user-manual cp $(SOURCE)/doc/webserver/user-manual/*.html $(DEST)/doc/user-manual/ + cp $(SOURCE)/doc/webserver/user-manual/*.jpg $(DEST)/doc/user-manual/ $(DEST)/doc/faq: $(DEST)/doc $(SOURCE)/doc/webserver/faq/index.html test -d $(DEST)/doc/faq || mkdir $(DEST)/doc/faq -- 2.39.2