From: Victor Seva Date: Tue, 31 Jan 2023 19:10:56 +0000 (+0000) Subject: Don't copy the INSTALL file to the docs dir X-Git-Tag: archive/raspbian/5.6.3-2+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d2c40ff044d3f4f661e0d9ed70f16d6a7b93f67a;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 b5f7192c..f2fa93c2 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)