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
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.
Finish editing this message first!
Please register or to comment