X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc_inner%2FMakefile;h=0fb2fd92eb9d502cccbef0c4435f4cba5baafa1a;hb=2e3c4b3dab5e8edca0dda14cc2dd46f57a4a43f2;hp=7fb6b18dc57f835e0dacd6d972f0d5e7de388ad7;hpb=e41f2dc671c87d4f78c59056f1f55af566fcc2cb;p=YACASL2.git diff --git a/doc_inner/Makefile b/doc_inner/Makefile index 7fb6b18..0fb2fd9 100644 --- a/doc_inner/Makefile +++ b/doc_inner/Makefile @@ -45,11 +45,13 @@ $(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 +distclean: clean + doxygen-clean: $(RMR) $(DOXYGEN_DIR) $(RM) ../Doxyfile