mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-26 04:32:42 +01:00
restic: add build target
This commit is contained in:
parent
052f45ebb1
commit
76043a056e
@ -5,7 +5,8 @@ HANDLERS = borg borg.helper dup dup.helper maildir makecd \
|
||||
|
||||
DIST_HANDLERS = borg.in borg.helper.in dup.in dup.helper.in maildir.in makecd.in \
|
||||
makecd.helper.in mysql.in mysql.helper.in pgsql.in pgsql.helper.in rdiff.in \
|
||||
rdiff.helper.in rsync.in sh.in svn.in sys.in sys.helper.in trac.in tar.in tar.helper.in wget
|
||||
rdiff.helper.in restic.in restic.helper.in rsync.in sh.in svn.in sys.in sys.helper.in \
|
||||
trac.in tar.in tar.helper.in wget
|
||||
|
||||
CLEANFILES = $(HANDLERS)
|
||||
|
||||
@ -78,6 +79,14 @@ rdiff.helper: $(srcdir)/rdiff.helper.in
|
||||
rm -f rdiff.helper
|
||||
$(edit) $(srcdir)/rdiff.helper.in > rdiff.helper
|
||||
|
||||
restic: $(srcdir)/restic.in
|
||||
rm -f restic
|
||||
$(edit) $(srcdir)/restic.in > restic
|
||||
|
||||
restic.helper: $(srcdir)/restic.helper.in
|
||||
rm -f restic.helper
|
||||
$(edit) $(srcdir)/restic.helper.in > restic.helper
|
||||
|
||||
rsync: $(srcdir)/rsync.in
|
||||
rm -f rsync
|
||||
$(edit) $(srcdir)/rsync.in > rsync
|
||||
|
Loading…
Reference in New Issue
Block a user