From 1b50560326f7ce2b73848537b20d48a961195a0f Mon Sep 17 00:00:00 2001 From: j8takagi Date: Mon, 4 Feb 2013 11:14:18 +0900 Subject: [PATCH] =?utf8?q?Makefile=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 7e7a0b1..e4a6b53 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,3 +1,5 @@ +RMR := $(RM) -r + DOCS := install manual CSS := style.css @@ -21,9 +23,13 @@ pdf: $(addsuffix .pdf,$(DOCS)) yacasl2.info: manual.texi $(MAKEINFO) $(MAKEINFO_FLAGS) $< -distclean: texinfo-distclean +# makeで作成されたドキュメントはすべて削除 +distclean: clean texinfo-distclean + $(RM) install.txt *.info *.html *_html *.pdf +# make baseで作成されたドキュメントは残す clean: texinfo-clean + $(RM) *_html *.pdf include texinfo.mk -- 2.18.0