From: j8takagi <j8takagi@nifty.com>
Date: Thu, 19 Jun 2014 03:26:46 +0000 (+0900)
Subject: make cmetricsを、BSD sedでも正常に出力するように修正
X-Git-Tag: v0.2p40
X-Git-Url: https://www.j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6f1aa427e61cf2dea861832b5308146afb59f2f;p=YACASL2.git

make cmetricsを、BSD sedでも正常に出力するように修正
---

diff --git a/VERSION b/VERSION
index 4e4c222..99f56f1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.2p39
+v0.2p40
diff --git a/doc_inner/Makefile b/doc_inner/Makefile
index fa51bec..0fb2fd9 100644
--- a/doc_inner/Makefile
+++ b/doc_inner/Makefile
@@ -45,8 +45,8 @@ $(GNU_GLOBAL_DIR): ../src ../include
 
 $(CMETRICS_DIR):
 	$(INSTALL) -d $(CMETRICS_DIR)
-	$(CMETRICS) $(CMETRICS_SRCDIR) | $(SED) -e '1s/ \{2,\}/\t/g' -e '2,$$s/  \{1,\}/\t/g' >$(CMETRICS_DIR)/files.tsv
-	$(CMETRICS) -f $(CMETRICS_SRCDIR) | $(SED) -e '1s/ \{2,\}/\t/g' -e '2,$$s/  \{1,\}/\t/g' >$(CMETRICS_DIR)/functions.tsv
+	$(CMETRICS) $(CMETRICS_SRCDIR) | $(SED) -e '1s/ \{2,\}/	/g' -e '2,$$s/  \{1,\}/	/g' >$(CMETRICS_DIR)/files.tsv
+	$(CMETRICS) -f $(CMETRICS_SRCDIR) | $(SED) -e '1s/ \{2,\}/	/g' -e '2,$$s/  \{1,\}/	/g' >$(CMETRICS_DIR)/functions.tsv
 
 clean: doxygen-clean gnu_global-clean cmetrics-clean