From: Victor Seva Date: Thu, 10 Feb 2022 10:51:37 +0000 (+0000) Subject: Don't copy the INSTALL file to the docs dir X-Git-Tag: archive/raspbian/5.5.4-1+rpi1~1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0ed2a1290e9e990f1f59902e178a86770ec9d458;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 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)