File: 0026-Fix-clean.-Clean-utf-8-dict-file.patch

package info (click to toggle)
cmigemo 1%3A1.2%2Bgh0.20220623-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,700 kB
  • sloc: ansic: 2,617; cs: 188; makefile: 173; sh: 107; cpp: 67; perl: 59; csh: 49; javascript: 20
file content (24 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From bbe830e3f31420d996fc2b5cb75d6c1ebfd57827 Mon Sep 17 00:00:00 2001
From: u <ak>
Date: Sat, 8 Nov 2014 11:49:40 +0900
Subject: [PATCH 26/36] Fix clean. Clean utf-8 dict file.

---
 compile/clean.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compile/clean.mak b/compile/clean.mak
index c05a5dc..d7831ba 100644
--- a/compile/clean.mak
+++ b/compile/clean.mak
@@ -18,6 +18,7 @@ distclean-migemo:
 	-$(RM) $(DICT_DIR)SKK-JISYO*
 	-$(RM) $(DICT_DIR)base-dict
 	-$(RMDIR) $(DICT_DIR)euc-jp.d
+	-$(RMDIR) $(DICT_DIR)utf-8.d
 
 clean: clean-arch clean-migemo
 	-$(RM) *.a
-- 
2.39.2