projects
/
kamailio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40d9d34
)
Don't copy the INSTALL file to the docs dir
author
Victor Seva
<linuxmaniac@torreviejawireless.org>
Thu, 17 Jan 2019 07:13:17 +0000
(07:13 +0000)
committer
Victor Seva
<vseva@debian.org>
Thu, 17 Jan 2019 07:13:17 +0000
(07:13 +0000)
Gbp-Pq: Name no_INSTALL_file.patch
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index 5b67d7ad67230e3c772a16e82214173e59273c26..57f441c0b3f6be9bbe36b64d3ec057eb50acb08b 100644
(file)
--- 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)