From: Don Armstrong Date: Tue, 6 Mar 2018 23:24:01 +0000 (-0800) Subject: fix the rule to install UPGRADE.md X-Git-Tag: release/2.6.0~6 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=4b5dfe322186235a455d97178cdb79b60bb3a86a fix the rule to install UPGRADE.md --- 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: