From 0ed2a1290e9e990f1f59902e178a86770ec9d458 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Thu, 10 Feb 2022 10:51:37 +0000 Subject: [PATCH] Don't copy the INSTALL file to the docs dir Gbp-Pq: Name no_INSTALL_file.patch --- src/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 11be15fb..23a52357 100644 --- a/src/Makefile +++ b/src/Makefile @@ -861,8 +861,6 @@ install-modules-all: install-every-module install-every-module-doc install-doc: $(doc_prefix)/$(doc_dir) install-every-module-doc - $(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/INSTALL - $(INSTALL_DOC) ../INSTALL $(doc_prefix)/$(doc_dir) $(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/README $(INSTALL_DOC) ../README $(doc_prefix)/$(doc_dir) -- 2.30.2