windows: Install the images referenced in the user manual
authorFabian Keil <fk@fabiankeil.de>
Mon, 7 Dec 2020 14:11:09 +0000 (15:11 +0100)
committerFabian Keil <fk@fabiankeil.de>
Mon, 7 Dec 2020 15:01:33 +0000 (16:01 +0100)
windows/GNUmakefile

index 5c6551f..61fdf88 100755 (executable)
@@ -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/
 $(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
 
 $(DEST)/doc/faq: $(DEST)/doc $(SOURCE)/doc/webserver/faq/index.html
        test -d $(DEST)/doc/faq              || mkdir $(DEST)/doc/faq