From 4b5dfe322186235a455d97178cdb79b60bb3a86a Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 6 Mar 2018 15:24:01 -0800 Subject: [PATCH] fix the rule to install UPGRADE.md --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a4677a..105386e 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ clean: install: install_mostfiles # install basic debbugs documentation - $(install_data) COPYING UPGRADE README.md debian/README.mail $(doc_dir) + $(install_data) COPYING UPGRADE.md README.md debian/README.mail $(doc_dir) $(MAKE) -f Makefile.perl install DESTDIR=$(DESTDIR) install_mostfiles: -- 2.39.2