info: yacasl2.info
html: $(addsuffix .html,$(DOCS))
- for f in $^; do $(SED) -i -e 's!dir\.html#Top!\.\./!g' $$f; done
+ 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
+ for d in $^; do $(SED) -i '' -e 's!\.\./dir/index\.html!\.\./\.\./!g' $$d/index.html; done
pdf: $(addsuffix .pdf,$(DOCS))
# make baseで作成されたドキュメントは残す
clean: texinfo-clean
+ $(RM) *.bak
include texinfo.mk