From: tsutsumi <> Date: Wed, 22 Oct 2003 19:19:51 +0000 (+0000) Subject: fix comment in example code X-Git-Tag: rel-1_2~61 X-Git-Url: http://git.osdn.net/view?p=ccunit%2Fccunit.git;a=commitdiff_plain;h=f0dbd72af1bbcfa0e6ab00127e372a1be1ca3bc4 fix comment in example code --- diff --git a/doc/Makefile.am b/doc/Makefile.am index a450535..9900a87 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -42,6 +42,9 @@ html/index.html: Doxyfile $(doxygen_input) $(CCUNITSRCS) $(DOXYSRCS) sed -e 's!\($(CMNTST)\)/\(\*.*\*\)\\\($(CMNTED)\)!\1\2\3!g' \ html/cookbook.html > cookbook-cmntfix.html mv cookbook-cmntfix.html html/cookbook.html + sed -e 's!\($(CMNTST)\)/\(\*.*\*\)\\\($(CMNTED)\)!\1\2\3!g' \ + html/cookbook_ja.html > cookbook-cmntfix_ja.html + mv cookbook-cmntfix_ja.html html/cookbook_ja.html pdf: @PACKAGE@.pdf @PACKAGE@.pdf: