X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile;h=6216a3e10ecda42fd05b1be7d6bb8ba61c10970a;hb=a647b5b368eddbdf04de62227060cb0cc26a47a3;hp=a9f54de11c9578aeeff8d76547fc56bce4cc86d0;hpb=0afb992c169232e6ef08f8c5a73fc2a7602dae23;p=YACASL2.git diff --git a/doc/Makefile b/doc/Makefile index a9f54de..6216a3e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,7 @@ RMR := $(RM) -r SED := sed -DOCS := install manual +DOCS := install manual casl2_spec CSS := style.css prefix ?= ~ @@ -11,15 +11,13 @@ infodir ?= $(prefix)/share/info base: install.txt info html -all: base htmls pdf +all: base html pdf info: yacasl2.info html: $(addsuffix .html,$(DOCS)) - for f in $^; do $(SED) -i -e 's!dir\.html#Top!\.\./!g' $$f; done htmls: $(addsuffix _html,$(DOCS)) - for d in $^; do $(SED) -i -e 's!\.\./dir/index\.html!\.\./\.\./!g' $$d/index.html; done pdf: $(addsuffix .pdf,$(DOCS)) @@ -32,6 +30,7 @@ distclean: clean texinfo-distclean # make baseで作成されたドキュメントは残す clean: texinfo-clean + $(RM) *.bak include texinfo.mk