Module: kamailio
Branch: master
Commit: dd36b50f7d09b5debd41fd17e43d7df2d4726c2f
URL:
https://github.com/kamailio/kamailio/commit/dd36b50f7d09b5debd41fd17e43d7df…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-12-07T17:42:07+01:00
Makefile: do not install old unmaintained doc-related files
---
Modified: src/Makefile
---
Diff:
https://github.com/kamailio/kamailio/commit/dd36b50f7d09b5debd41fd17e43d7df…
Patch:
https://github.com/kamailio/kamailio/commit/dd36b50f7d09b5debd41fd17e43d7df…
---
diff --git a/src/Makefile b/src/Makefile
index 1e3478d..639eaa0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -841,12 +841,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-MODULES
- $(INSTALL_DOC) ../README-MODULES $(doc_prefix)/$(doc_dir)
- $(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/AUTHORS
- $(INSTALL_DOC) ../AUTHORS $(doc_prefix)/$(doc_dir)
- $(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/NEWS
- $(INSTALL_DOC) ../NEWS $(doc_prefix)/$(doc_dir)
$(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/README
$(INSTALL_DOC) ../README $(doc_prefix)/$(doc_dir)