X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=doc_inner%2FMakefile;fp=doc_inner%2FMakefile;h=0fb2fd92eb9d502cccbef0c4435f4cba5baafa1a;hp=fa51bece6237493f6ab779879367aef397787cf5;hb=d6f1aa427e61cf2dea861832b5308146afb59f2f;hpb=9865921e38f17d8fbb333037f00a9a707fc82ec1 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