Skip to content
Snippets Groups Projects
Commit 1bf46e11 authored by Bruno Bigras's avatar Bruno Bigras
Browse files

Add the tar handler to Makefile.am

parent 2392094a
Branches
Tags
No related merge requests found
HANDLERS = dup dup.helper ldap ldap.helper maildir makecd \ HANDLERS = dup dup.helper ldap ldap.helper maildir makecd \
makecd.helper mysql mysql.helper pgsql pgsql.helper rdiff \ 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) CLEANFILES = $(HANDLERS)
...@@ -90,3 +90,11 @@ trac: $(srcdir)/trac.in ...@@ -90,3 +90,11 @@ trac: $(srcdir)/trac.in
rm -f trac rm -f trac
$(edit) $(srcdir)/trac.in > 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