Add thin_delta to the build

This commit is contained in:
Joe Thornber 2015-03-24 14:09:36 +00:00
parent 055b64a9c0
commit 182be112fa
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
v0.5
====
- thin_delta, thin_trim
v0.4
====

View File

@ -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