From 522a8f9cf7e9f4a7f6a1a03d4e78736ebf54247d Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 25 Oct 2022 22:40:36 +0100 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 a6380c22..40def342 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