diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-11 20:59:41 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-11 20:59:41 +0100 |
commit | 78f5a73d94ee164ba368b02c0bc64c8f04d4fe7c (patch) | |
tree | e241e24475260d70a06edb95a3055da7f18f7a8b /doc/es/Makefile.am | |
parent | 3dacb43f0ce39d1c8eacd6546dd23ccad5cbcdc6 (diff) | |
download | weechat-78f5a73d94ee164ba368b02c0bc64c8f04d4fe7c.zip |
doc: replace "rm -f" by "$(RM)" in makefiles
Diffstat (limited to 'doc/es/Makefile.am')
-rw-r--r-- | doc/es/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/es/Makefile.am b/doc/es/Makefile.am index c8597e8b5..75a6ccb98 100644 --- a/doc/es/Makefile.am +++ b/doc/es/Makefile.am @@ -68,4 +68,4 @@ uninstall-doc: # clean clean-local: - -rm -f weechat_*.html + -$(RM) weechat_*.html |