~vcs-imports/tanzanite/setuprb-trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: aamine
  • Date: 2005-11-20 12:07:44 UTC
  • Revision ID: svn-v4:1b9489fe-b721-0410-924e-b54b9192deb8:setup/trunk:2631
news.html did not wrapped.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
site:
49
49
        erb web/setup.ja.rhtml | wrap-html --template=$(tmpldir)/basic.ja | nkf -j > $(projdir_ja)/index.html
50
50
        erb web/setup.en.rhtml | wrap-html --template=$(tmpldir)/basic.en > $(projdir_en)/index.html
51
 
        mldoc-split --lang=ja NEWS.m | crd2html > $(projdir_ja)/doc/news.html
52
 
        mldoc-split --lang=en NEWS.m | crd2html > $(projdir_en)/doc/news.html
 
51
        mldoc-split --lang=ja NEWS.m | crd2html | wrap-html --template=$(tmpldir)/basic.ja > $(projdir_ja)/doc/news.html
 
52
        mldoc-split --lang=en NEWS.m | crd2html | wrap-html --template=$(tmpldir)/basic.en > $(projdir_en)/doc/news.html
53
53
        compile-documents --lang=ja --template=$(tmpldir)/basic.ja doc $(projdir_ja)/doc
54
54
        compile-documents --lang=en --template=$(tmpldir)/basic.en doc $(projdir_en)/doc