From 36315694410b9ab6432ec90dab80b9b05e68da8b Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 7 Dec 2020 04:00:06 +0100 Subject: [PATCH] windows: Remove obsolete '$(DEST)/doc/images' target --- windows/GNUmakefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/windows/GNUmakefile b/windows/GNUmakefile index 61fdf88c..5beec44e 100755 --- a/windows/GNUmakefile +++ b/windows/GNUmakefile @@ -159,7 +159,7 @@ $(DEST)/templates/%: $(SOURCE)/templates/% $(DEST)/templates doc: $(DEST)/AUTHORS.txt $(DEST)/README.txt $(DEST)/LICENSE.txt -webdoc: $(DEST)/doc/developer-manual $(DEST)/doc/faq $(DEST)/doc/images $(DEST)/doc/user-manual +webdoc: $(DEST)/doc/developer-manual $(DEST)/doc/faq $(DEST)/doc/user-manual cp $(SOURCE)/doc/webserver/p_doc.css $(DEST)/doc cp $(SOURCE)/doc/webserver/p_doc.css $(DEST)/doc/user-manual/ @@ -183,9 +183,6 @@ $(DEST)/doc/faq: $(DEST)/doc $(SOURCE)/doc/webserver/faq/index.html test -d $(DEST)/doc/faq || mkdir $(DEST)/doc/faq cp $(SOURCE)/doc/webserver/faq/*.html $(DEST)/doc/faq/ -$(DEST)/doc/images: $(DEST)/doc - cp -r $(SOURCE)/doc/webserver/images/ $(DEST)/doc - ########################################################################## # That's all, folks! ########################################################################## -- 2.39.2