From d6f1aa427e61cf2dea861832b5308146afb59f2f Mon Sep 17 00:00:00 2001 From: j8takagi Date: Thu, 19 Jun 2014 12:26:46 +0900 Subject: [PATCH] =?utf8?q?make=20cmetrics=E3=82=92=E3=80=81BSD=20sed?= =?utf8?q?=E3=81=A7=E3=82=82=E6=AD=A3=E5=B8=B8=E3=81=AB=E5=87=BA=E5=8A=9B?= =?utf8?q?=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- doc_inner/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.18.0