From: Christian Brabandt Date: Tue, 17 Dec 2024 19:16:58 +0000 (+0100) Subject: patch 9.1.0939: make installtutor fails X-Git-Tag: v9.1.0939^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3353833f891cd4a79f57a0e88dc68543a05d11ce;p=thirdparty%2Fvim.git patch 9.1.0939: make installtutor fails Problem: make installtutor fails (Antonio Giovanni Colombo, after v9.1.0932) Solution: Fix Makefile rule Signed-off-by: Christian Brabandt --- diff --git a/src/Makefile b/src/Makefile index b677ebc3c3..f5d01cf082 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2473,7 +2473,8 @@ installgtutorbin: $(DEST_BIN) installtutor: $(DEST_RT) $(DEST_TUTOR) -$(INSTALL_DATA) $(TUTORSOURCE)/README* $(TUTORSOURCE)/tutor* $(DEST_TUTOR) - -$(INSTALL_DATA) $(TUTORSOURCE)/en/* $(DEST_TUTOR)/en/ $(DEST_TUTOR)/it/* $(DEST_TUTOR)/it/ + -$(INSTALL_DATA) $(TUTORSOURCE)/en/* $(DEST_TUTOR)/en/ + -$(INSTALL_DATA) $(TUTORSOURCE)/it/* $(DEST_TUTOR)/it/ -rm -f $(DEST_TUTOR)/*.info chmod $(HELPMOD) $(DEST_TUTOR)/* chmod $(DIRMOD) $(DEST_TUTOR)/en diff --git a/src/version.c b/src/version.c index 1bf116308c..bee9e95b85 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 939, /**/ 938, /**/