From: Victor Seva Date: Thu, 17 Jan 2019 07:13:17 +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^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5149dc111c11ab975599f2c5dfc6aeb417f49979;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 5b67d7ad..57f441c0 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)