Don't copy the INSTALL file to the docs dir
authorVictor Seva <linuxmaniac@torreviejawireless.org>
Thu, 17 Jan 2019 07:13:17 +0000 (07:13 +0000)
committerVictor Seva <vseva@debian.org>
Thu, 17 Jan 2019 07:13:17 +0000 (07:13 +0000)
Gbp-Pq: Name no_INSTALL_file.patch

src/Makefile

index 5b67d7ad67230e3c772a16e82214173e59273c26..57f441c0b3f6be9bbe36b64d3ec057eb50acb08b 100644 (file)
@@ -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)