From 182be112fa8ba915127ce44fa7cb85f1d46e56ef Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Tue, 24 Mar 2015 14:09:36 +0000 Subject: [PATCH] Add thin_delta to the build --- CHANGES | 5 +++++ Makefile.in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 7e22fdc..3de75c1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +v0.5 +==== + +- thin_delta, thin_trim + v0.4 ==== diff --git a/Makefile.in b/Makefile.in index 8ce0f17..eaff125 100644 --- a/Makefile.in +++ b/Makefile.in @@ -170,6 +170,7 @@ install: bin/pdata_tools ln -s -f pdata_tools $(BINDIR)/cache_repair ln -s -f pdata_tools $(BINDIR)/cache_restore ln -s -f pdata_tools $(BINDIR)/thin_check + ln -s -f pdata_tools $(BINDIR)/thin_delta ln -s -f pdata_tools $(BINDIR)/thin_dump ln -s -f pdata_tools $(BINDIR)/thin_repair ln -s -f pdata_tools $(BINDIR)/thin_restore @@ -186,6 +187,7 @@ install: bin/pdata_tools $(INSTALL_DATA) man8/cache_repair.8 $(MANPATH)/man8 $(INSTALL_DATA) man8/cache_restore.8 $(MANPATH)/man8 $(INSTALL_DATA) man8/thin_check.8 $(MANPATH)/man8 + $(INSTALL_DATA) man8/thin_delta.8 $(MANPATH)/man8 $(INSTALL_DATA) man8/thin_dump.8 $(MANPATH)/man8 $(INSTALL_DATA) man8/thin_repair.8 $(MANPATH)/man8 $(INSTALL_DATA) man8/thin_restore.8 $(MANPATH)/man8