[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.2 and 1.6

version 1.2, 2007/09/29 07:51:01 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 14  usage:
Line 15  usage:
 OpenXM_HOME=${HOME}/OX4/OpenXM  OpenXM_HOME=${HOME}/OX4/OpenXM
   
 #Build the following html files.  #Build the following html files.
 #${OpenXM_HOME}/doc/asir2000/html-jp/*.html  #${OpenXM_HOME}/doc/asir2000/html-ja/*.html
 #${OpenXM_HOME}/doc/asir2000/html-exp-ja/*.html  #${OpenXM_HOME}/doc/asir2000/html-exp-ja/*.html
 #${OpenXM_HOME}/doc/asir-contrib/ja/*-html/*.html  #${OpenXM_HOME}/doc/asir-contrib/ja/*-html/*.html
 build-documents:  build-documents:
Line 26  build-documents:
Line 27  build-documents:
 gendoc: gendoc.c  gendoc: gendoc.c
         gcc -o gendoc gendoc.c          gcc -o gendoc gendoc.c
   
 build-utf8-asir: gendoc build-documents  build-utf8-asir: gendoc build-documents install-html-en-to-cfep
         ./gendoc ${OpenXM_HOME}/doc/asir2000/html-jp          ./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"
         @echo "--------------------------------------------------------------------------"          @echo "--------------------------------------------------------------------------"
 #build-utf8-asir-contrib: not yet  #build-utf8-asir-contrib: not yet
   
   install-html-en-to-cfep:
           mkdir -p ${OpenXM_HOME}/doc/cfep
           rsync -avz ${OpenXM_HOME}/doc/asir2000/html-en ${OpenXM_HOME}/doc/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:this05/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
   
 install-pdf-to-cfep2:  install-pdf-to-cfep2:
         rm -rf ${OpenXM_HOME}/doc/cfep/pdf          rm -rf ${OpenXM_HOME}/doc/cfep/pdf

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

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