From: Victor Seva Date: Tue, 25 Oct 2022 21:40:36 +0000 (+0100) Subject: Don't copy the INSTALL file to the docs dir X-Git-Tag: archive/raspbian/5.6.2-1+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=522a8f9cf7e9f4a7f6a1a03d4e78736ebf54247d;p=kamailio.git Don't copy the INSTALL file to the docs dir Gbp-Pq: Name no_INSTALL_file.patch --- 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)