[BACK]Return to Makefile-doc CVS log [TXT][DIR] Up to [local] / OpenXM / src / cfep / package

Diff for /OpenXM/src/cfep/package/Makefile-doc between version 1.5 and 1.6

version 1.5, 2011/07/14 11:22:17 version 1.6, 2018/10/18 07:18:07
Line 1 
Line 1 
 usage:  usage:
         @echo "************************  Preparation ****************************"          @echo "************************  Preparation ****************************"
         @echo "  export PATH=/sw/bin:/sw/sbin:$PATH  "          @echo "  export PATH=/Library/TeX/texbin:$PATH  "
         @echo "     to use ptex, dvipdfm(x), dvips, texi2html, (latex2html) "          @echo "     to use xetex, ptex, dvipdfm(x), dvips, texi2html, (latex2html) "
           @echo "  brew install texi2html may help."
         @echo "          (latex, dvips, pstoimg --- for print_png_form)"          @echo "          (latex, dvips, pstoimg --- for print_png_form)"
         @echo "  export LC_ALL=\"C\" "          @echo "  export LC_ALL=\"C\" "
         @echo "     to avoid strange behavior of the translation of argv (see misc/argtest)"          @echo "     to avoid strange behavior of the translation of argv (see misc/argtest)"
Line 27  gendoc: gendoc.c
Line 28  gendoc: gendoc.c
         gcc -o gendoc gendoc.c          gcc -o gendoc gendoc.c
   
 build-utf8-asir: gendoc build-documents install-html-en-to-cfep  build-utf8-asir: gendoc build-documents install-html-en-to-cfep
         ./gendoc ${OpenXM_HOME}/doc/asir2000/html-ja          ./gendoc ${OpenXM_HOME}/doc/asir2000/html-ja/man
         ./gendoc ${OpenXM_HOME}/doc/asir2000/html-exp-ja          ./gendoc ${OpenXM_HOME}/doc/asir2000/html-exp-ja/exp-ja
 # copy png files if necessary.  # copy png files if necessary.
         @echo "--------------------------------------------------------------------------"          @echo "--------------------------------------------------------------------------"
         @echo "utf8 documents are generated under ${OpenXM_HOME}/doc/cfep/html-ja_JP.utf8"          @echo "utf8 documents are generated under ${OpenXM_HOME}/doc/cfep/html-ja_JP.utf8"
Line 41  install-html-en-to-cfep:
Line 42  install-html-en-to-cfep:
   
 install-pdf-to-cfep:  install-pdf-to-cfep2  install-pdf-to-cfep:  install-pdf-to-cfep2
         cp ../Doc/Intro/next2.pdf ${OpenXM_HOME}/doc/cfep/pdf          cp ../Doc/Intro/next2.pdf ${OpenXM_HOME}/doc/cfep/pdf
         -cp ${OpenXM_HOME}/doc/asir-contrib/ja/*.pdf ${OpenXM_HOME}/doc/cfep/pdf          -scp taka@lemon.math.kobe-u.ac.jp:/home/web/OpenXM/Current/doc/asir-contrib/ja/*.pdf ${OpenXM_HOME}/doc/cfep/pdf
 #########  Collect pdf document from the nextwork.  Update this before distribution.  #########  Collect pdf document from the nextwork.  Update this before distribution.
         -scp taka@lemon.math.kobe-u.ac.jp:this11/asir-book/main.pdf ${OpenXM_HOME}/doc/cfep/pdf/asir-book.pdf          -scp taka@lemon.math.kobe-u.ac.jp:this11/asir-book/main.pdf ${OpenXM_HOME}/doc/cfep/pdf/asir-book.pdf
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>