Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
11d5f01f
Commit
11d5f01f
authored
Jun 10, 2019
by
IKEDA Soji
Browse files
Missing uninstall-hook in Makefile.am
parent
3b1a58ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
11d5f01f
...
...
@@ -197,6 +197,7 @@ nextstep:
uninstall-hook
:
cd
$(DESTDIR)$(confdir)
&&
rm
-f
sympa.conf
cd
$(DESTDIR)$(confdir)
&&
rm
-f
sympa.conf-dist
cd
$(DESTDIR)$(confdir)
&&
rm
-f
wwsympa.conf
cd
$(DESTDIR)$(sysconfdir)
&&
rm
-f
data_structure.version
cd
$(DESTDIR)$(sysconfdir)
&&
rm
-f
README
...
...
default/Makefile.am
View file @
11d5f01f
...
...
@@ -438,3 +438,6 @@ install-data-hook:
$(LN_S)
-f
help_user-suspend.tt2 help_suspend.tt2
;
\
$(LN_S)
-f
help_user-suboptions.tt2 help_user_options.tt2
uninstall-hook
:
cd
$(DESTDIR)$(defaultdir)
/web_tt2
&&
rm
-f
css_ie.tt2
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment