mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
Updated makefiles to include rsnap/rub files that were
accidentally omitted
This commit is contained in:
parent
001ffb8d23
commit
65f7b42f54
@ -26,6 +26,7 @@ version 0.9.5 -- unreleased
|
||||
fixed automake 'make install' bug that failed if /etc/backup.d already
|
||||
existed
|
||||
changed spaces to tabs in Makefile.am
|
||||
updated examples/Makefile.am and handlers/Makefile.am to include rsnap/rub files
|
||||
|
||||
version 0.9.4 -- October 6th, 2006
|
||||
backupninja changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
EXAMPLES = example.dup example.ldap example.makecd example.mysql \
|
||||
example.pgsql example.rdiff example.sh example.svn example.sys \
|
||||
example.trac
|
||||
example.pgsql example.rdiff example.rsnap example.sh \
|
||||
example.svn example.sys example.trac
|
||||
|
||||
EXTRA_DIST = $(EXAMPLES)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
HANDLERS = dup dup.helper maildir mysql.helper rdiff sys makecd makecd.helper \
|
||||
rdiff.helper sys.helper ldap pgsql sh trac \
|
||||
rdiff.helper rsnap rub sys.helper ldap pgsql sh trac \
|
||||
ldap.helper mysql pgsql.helper svn
|
||||
|
||||
EXTRA_DIST = Makefile.am $(HANDLERS)
|
||||
|
Loading…
Reference in New Issue
Block a user