Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyz
backupninja
Commits
1bf46e11
Commit
1bf46e11
authored
14 years ago
by
Bruno Bigras
Browse files
Options
Downloads
Patches
Plain Diff
Add the tar handler to Makefile.am
parent
2392094a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
handlers/Makefile.am
+9
-1
9 additions, 1 deletion
handlers/Makefile.am
with
9 additions
and
1 deletion
handlers/Makefile.am
+
9
−
1
View file @
1bf46e11
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment