Skip to content
Snippets Groups Projects
Commit 7d873cf4 authored by intrigeri's avatar intrigeri
Browse files

Merge remote branch 'bruno/master'

parents 5910e1ce 1bf46e11
No related branches found
No related tags found
No related merge requests found
HANDLERS = dup dup.helper ldap ldap.helper maildir makecd \
makecd.helper mysql mysql.helper pgsql pgsql.helper rdiff \
rdiff.helper rsync sh svn sys sys.helper trac
rdiff.helper rsync sh svn sys sys.helper trac tar tar.helper
CLEANFILES = $(HANDLERS)
......@@ -90,3 +90,11 @@ trac: $(srcdir)/trac.in
rm -f trac
$(edit) $(srcdir)/trac.in > trac
tar: $(srcdir)/tar.in
rm -f tar
$(edit) $(srcdir)/tar.in > tar
tar.helper: $(srcdir)/tar.helper.in
rm -f tar.helper
$(edit) $(srcdir)/tar.helper.in > tar.helper
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment