[sr-dev] git:master:dd36b50f: Makefile: do not install old unmaintained doc-related files

Daniel-Constantin Mierla miconda at gmail.com
Wed Dec 7 17:42:44 CET 2016


Module: kamailio
Branch: master
Commit: dd36b50f7d09b5debd41fd17e43d7df2d4726c2f
URL: https://github.com/kamailio/kamailio/commit/dd36b50f7d09b5debd41fd17e43d7df2d4726c2f

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/dd36b50f7d09b5debd41fd17e43d7df2d4726c2f.diff
Patch: https://github.com/kamailio/kamailio/commit/dd36b50f7d09b5debd41fd17e43d7df2d4726c2f.patch

---

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)
 




More information about the sr-dev mailing list