From: Nicolas Schodet <nico@ni.fr.eu.org>
Date: Tue, 25 Mar 2025 19:41:32 +0100
Subject: Do not install cygwin related documentation

Forwarded: not-needed
---
 doc/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index 4bf4591..78820c4 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -17,17 +17,17 @@ TEXT_DOCS = AvailableDocs.txt \
 include ../Makefile.common
 
 #  out default target when doing make in this directory
-docs-build: $(DOCBASE).html
+docs-build:
 
 # nothing to do for these (documents not built when running top-level build)
 all install uninstall depend tag::
 	@# nothing to do here, but do this nothing silently
 
-docs-install: ${pkghtmldir} chkbuild
+docs-install: ${pkghtmldir}
 	-@cp -f ../[CLNRV]* ${pkgdocdir} 2>/dev/null
 	cp -f ${TEXT_DOCS} ${pkgdocdir} 
-	cp -r images ${pkghtmldir}
-	cp -f *.html ${pkghtmldir}
+	#cp -r images ${pkghtmldir}
+	#cp -f *.html ${pkghtmldir}
 
 chkbuild:
 	@if [ ! -f $(DOCBASE).html ] ;then \
