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=728091e98d273054c489b86227c6b16efffcfe73;hp=bd3c4d43eb39ef1f1afffcb458e57d3b50722ec6;hb=bce17a4fab0759bd0818c44bdf3cd17edb388267;hpb=8b9bafa8e8927ad19968969f466c756f0aeac8a3 diff --git a/doc/texinfo.mk b/doc/texinfo.mk index bd3c4d4..728091e 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 '' -e '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 '' -e 's%]*>%&%g' $@ %.html %_html: $(CSS)