From: Bill Allombert Date: Tue, 12 Nov 2024 19:30:35 +0000 (+0100) Subject: Makefile: do not install COPYING X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0d191f6d301dd55b178a62a92842ea5ae0c6c973;p=debbugs.git Makefile: do not install COPYING --- diff --git a/Makefile b/Makefile index a279aeb8..93ed7969 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ clean: install: install_mostfiles # install basic debbugs documentation - $(install_data) COPYING UPGRADE.md README.md debian/README.mail $(doc_dir) + $(install_data) UPGRADE.md README.md debian/README.mail $(doc_dir) $(MAKE) -f Makefile.perl install DESTDIR=$(DESTDIR) install_mostfiles: