From 73abad4566d14a55ecd13a5074a6bbdd665bcc36 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Thu, 25 Jan 2007 21:02:48 +0000
Subject: [PATCH] Install lysrdiff-move-obsolete.

* Makefile (install): Install lysrdiff-move-obsolete.
---
 ChangeLog | 3 +++
 Makefile  | 1 +
 2 files changed, 4 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index f303af4..ab0004f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-01-25  Per Cederqvist  <ceder@sedesopim.lysator.liu.se>
 
+	Install lysrdiff-move-obsolete.
+	* Makefile (install): Install lysrdiff-move-obsolete.
+
 	Added a README.
 	* README: Document how to test that the ssh setup to a remote host
 	is working.
diff --git a/Makefile b/Makefile
index 067d0fc..94f3d5f 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ install: install-one-task
 	cp distribute-tasks $(BINDIR)/
 	cp fetch-backup-work $(BINDIR)/
 	cp lysrdiff-status $(BINDIR)/
+	cp lysrdiff-move-obsolete $(BINDIR)/
 
 install-one-task:
 	cp backup-one-task $(BINDIR)/
-- 
GitLab