make cmetricsを、BSD sedでも正常に出力するように修正 v0.2p40
authorj8takagi <j8takagi@nifty.com>
Thu, 19 Jun 2014 03:26:46 +0000 (12:26 +0900)
committerj8takagi <j8takagi@nifty.com>
Thu, 19 Jun 2014 03:27:20 +0000 (12:27 +0900)
VERSION
doc_inner/Makefile

diff --git a/VERSION b/VERSION
index 4e4c222..99f56f1 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.2p39
+v0.2p40
index fa51bec..0fb2fd9 100644 (file)
@@ -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