X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=doc%2Ftexinfo.mk;fp=doc%2Ftexinfo.mk;h=2e017083f42388974101cb05c078c6889bbd3be6;hp=728091e98d273054c489b86227c6b16efffcfe73;hb=fb0bcba29bcdff5d92ff53887120ba356a00aa67;hpb=e93fac80fa9e8b7062ef77219c22f338d84387f0 diff --git a/doc/texinfo.mk b/doc/texinfo.mk index 728091e..2e01708 100644 --- a/doc/texinfo.mk +++ b/doc/texinfo.mk @@ -53,13 +53,13 @@ endif %.html: %.texi $(MAKEINFO) -o $@ --no-split --html --css-include=$(CSS) $< - $(SED) -i '' -e 's%]*>%&%g' $@ + $(SED) -i '' 's%]*>%&%g' $@ %_html: %.texi if test ! -e $@; then $(MKDIR) $@; fi $(CP) $(CSS) $@/ $(MAKEINFO) -o $@ --html --css-ref=$(CSS) $< - $(SED) -i '' -e 's%]*>%&%g' $@ + $(SED) -i '' 's%]*>%&%g' $@ %.html %_html: $(CSS)