]> git.donarmstrong.com Git - debbugs.git/commitdiff
Makefile: do not install COPYING
authorBill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Tue, 12 Nov 2024 19:30:35 +0000 (20:30 +0100)
committerBill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Tue, 12 Nov 2024 19:30:35 +0000 (20:30 +0100)
Makefile

index a279aeb83e6fb1228aacb465c598057eb818f1c0..93ed796908934a6928f89293be526619ab5be14c 100644 (file)
--- 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: