summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-10-20 13:30:18 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-20 13:30:21 +0900
commit2fb41ec277dc25c2a3988fc0b3fc8dde07d36062 (patch)
treeb1da5572b512c3aac8140907103a0fd7af5a33d7 /Makefile
parentff02b77ca132c1ed60c503dceda5305738128bf2 (diff)
downloaddos2unix-2fb41ec277dc25c2a3988fc0b3fc8dde07d36062.tar.gz
dos2unix-2fb41ec277dc25c2a3988fc0b3fc8dde07d36062.tar.bz2
dos2unix-2fb41ec277dc25c2a3988fc0b3fc8dde07d36062.zip
Imported Upstream version 7.3.4upstream/7.3.4
Change-Id: I2a4662ebe90fafe4d22e8c9abcd81b99f3a700e6 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b155d31..db0356f 100644
--- a/Makefile
+++ b/Makefile
@@ -592,7 +592,7 @@ mostlyclean:
rm -f man/man1/*.bak man/man1/*~
rm -f man/*/man1/*.bak man/*/man1/*~
rm -f po/*.bak po/*~
- rm -f po/*.mo
+ rm -f po/*.mo po-man/*~
cd test; $(MAKE) clean
# Don't distribute PostScript and PDF manuals in the source package.