[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc

Diff for /OpenXM/src/asir-contrib/packages/doc/Attic/Makefile between version 1.39 and 1.42

version 1.39, 2002/08/23 08:16:11 version 1.42, 2002/12/05 02:16:30
Line 1 
Line 1 
 #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile,v 1.38 2002/08/23 04:59:06 ohara Exp $  #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile,v 1.41 2002/11/14 09:29:24 takayama Exp $
 # targets  # targets
 # all :  # all :
 #     Extracts all tex-info files from ../src/* and generate *.texi files.  #     Extracts all tex-info files from ../src/* and generate *.texi files.
Line 43  OXWEAVE= ../../../kxx/oxweave
Line 43  OXWEAVE= ../../../kxx/oxweave
 TEXI2HTML=texi2html -menu -split_node  TEXI2HTML=texi2html -menu -split_node
 RM=rm  RM=rm
   
 JPSRCS= opening.texi oxxm-ja.texi oxmath-ja.texi oxphc-ja.texi oxgnuplot-ja.texi oxsm1-ja.texi oxom-ja.texi dsolv-ja.texi longname-ja.texi oxtigers-ja.texi names-ja.texi hypergeometric-ja.texi number-ja.texi calculus-ja.texi series-ja.texi matrix-ja.texi  graphic-ja.texi print-ja.texi poly-ja.texi complex-ja.texi intro-ja.texi Diff-ja.texi Dmodule-ja.texi  base-ja.texi misc-ja.texi glib-ja.texi pfp-ja.texi plucker-ja.texi windows-ja.texi  JPSRCS= opening.texi oxxm-ja.texi oxmath-ja.texi oxphc-ja.texi oxgnuplot-ja.texi oxsm1-ja.texi oxom-ja.texi dsolv-ja.texi longname-ja.texi oxtigers-ja.texi names-ja.texi hypergeometric-ja.texi number-ja.texi calculus-ja.texi series-ja.texi matrix-ja.texi  graphic-ja.texi print-ja.texi poly-ja.texi complex-ja.texi intro-ja.texi Diff-ja.texi Dmodule-ja.texi  base-ja.texi misc-ja.texi glib-ja.texi pfp-ja.texi plucker-ja.texi windows-ja.texi util-ja.texi
 EGSRCS= opening.texi oxxm-en.texi oxmath-en.texi oxphc-en.texi oxgnuplot-en.texi oxsm1-en.texi oxom-en.texi dsolv-en.texi longname-en.texi oxtigers-en.texi names-en.texi hypergeometric-en.texi number-en.texi calculus-en.texi series-en.texi matrix-en.texi  graphic-en.texi print-en.texi poly-en.texi complex-en.texi intro-en.texi cman-en.texi base-en.texi misc-en.texi glib-en.texi pfp-en.texi plucker-en.texi windows-en.texi  EGSRCS= opening.texi oxxm-en.texi oxmath-en.texi oxphc-en.texi oxgnuplot-en.texi oxsm1-en.texi oxom-en.texi dsolv-en.texi longname-en.texi oxtigers-en.texi names-en.texi hypergeometric-en.texi number-en.texi calculus-en.texi series-en.texi matrix-en.texi  graphic-en.texi print-en.texi poly-en.texi complex-en.texi intro-en.texi cman-en.texi base-en.texi misc-en.texi glib-en.texi pfp-en.texi plucker-en.texi windows-en.texi util-en.texi
   
 JAAUTO=base-auto-ja.texi pfp-auto-ja.texi poly-auto-ja.texi \  JAAUTO=base-auto-ja.texi pfp-auto-ja.texi poly-auto-ja.texi \
        print-auto-ja.texi matrix-auto-ja.texi glib-auto-ja.texi \         print-auto-ja.texi matrix-auto-ja.texi glib-auto-ja.texi \
            sm1-auto-ja.texi plucker-auto-ja.texi             sm1-auto-ja.texi plucker-auto-ja.texi util-auto-ja.texi \
          number-auto-ja.texi
 ENAUTO=base-auto-en.texi pfp-auto-en.texi poly-auto-en.texi \  ENAUTO=base-auto-en.texi pfp-auto-en.texi poly-auto-en.texi \
        print-auto-en.texi matrix-auto-en.texi glib-auto-en.texi \         print-auto-en.texi matrix-auto-en.texi glib-auto-en.texi \
            sm1-auto-en.texi plucker-auto-en.texi             sm1-auto-en.texi plucker-auto-en.texi util-auto-en.texi \
          number-auto-en.texi
   
 all : gentexi $(JPSRCS) $(EGSRCS) $(JAAUTO) $(ENAUTO)  all : gentexi $(JPSRCS) $(EGSRCS) $(JAAUTO) $(ENAUTO)
         @echo "Type in  tex cman-en.texi to generate the manual(en) in dvi format."          @echo "Type in  tex cman-en.texi to generate the manual(en) in dvi format."
Line 82  base-auto-en.texi : $(CONTRIB)/names.rr gentexi
Line 84  base-auto-en.texi : $(CONTRIB)/names.rr gentexi
         $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category base --en --upnode "Basic (Standard Functions)" ${OPTGENTEXI} >base-auto-en.texi          $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category base --en --upnode "Basic (Standard Functions)" ${OPTGENTEXI} >base-auto-en.texi
 base-auto-ja.texi : $(CONTRIB)/names.rr gentexi  base-auto-ja.texi : $(CONTRIB)/names.rr gentexi
         $(RM) -f base-auto-ja.texi          $(RM) -f base-auto-ja.texi
         $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category base --ja --upnode Top ${OPTGENTEXI} >base-auto-ja.texi          $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category base --ja --upnode "Basic (Standard Functions)" ${OPTGENTEXI} >base-auto-ja.texi
   
   
 names-ja.texi : names.oxweave  names-ja.texi : names.oxweave
Line 105  plucker-auto-en.texi : $(CONTRIB)/plucker.rr gentexi
Line 107  plucker-auto-en.texi : $(CONTRIB)/plucker.rr gentexi
         $(OXWEAVE) usage  <$(CONTRIB)/plucker.rr | ./gentexi --category plucker --en --upnode "Plucker relations" ${OPTGENTEXI} >plucker-auto-en.texi          $(OXWEAVE) usage  <$(CONTRIB)/plucker.rr | ./gentexi --category plucker --en --upnode "Plucker relations" ${OPTGENTEXI} >plucker-auto-en.texi
 plucker-auto-ja.texi : $(CONTRIB)/plucker.rr gentexi  plucker-auto-ja.texi : $(CONTRIB)/plucker.rr gentexi
         $(RM) -f plucker-auto-ja.texi          $(RM) -f plucker-auto-ja.texi
         $(OXWEAVE) usage  <$(CONTRIB)/plucker.rr | ./gentexi --category plucker --ja --upnode Top ${OPTGENTEXI} >plucker-auto-ja.texi          $(OXWEAVE) usage  <$(CONTRIB)/plucker.rr | ./gentexi --category plucker --ja --upnode "Plucker relations" ${OPTGENTEXI} >plucker-auto-ja.texi
   
 hypergeometric-ja.texi : hypergeometric.oxweave  hypergeometric-ja.texi : hypergeometric.oxweave
         $(RM) -f hypergeometric-ja.texi          $(RM) -f hypergeometric-ja.texi
Line 115  hypergeometric-en.texi : hypergeometric.oxweave
Line 117  hypergeometric-en.texi : hypergeometric.oxweave
         $(RM) -f hypergeometric-en.texi          $(RM) -f hypergeometric-en.texi
         $(OXWEAVE) C en  <hypergeometric.oxweave >hypergeometric-en.texi          $(OXWEAVE) C en  <hypergeometric.oxweave >hypergeometric-en.texi
   
   ### number
 number-ja.texi : number.oxweave  number-ja.texi : number.oxweave
         $(RM) -f number-ja.texi          $(RM) -f number-ja.texi
         $(OXWEAVE) C ja  <number.oxweave >number-ja.texi          $(OXWEAVE) C ja  <number.oxweave >number-ja.texi
Line 122  number-ja.texi : number.oxweave
Line 125  number-ja.texi : number.oxweave
 number-en.texi : number.oxweave  number-en.texi : number.oxweave
         $(RM) -f number-en.texi          $(RM) -f number-en.texi
         $(OXWEAVE) C en  <number.oxweave >number-en.texi          $(OXWEAVE) C en  <number.oxweave >number-en.texi
   number-auto-en.texi :  $(CONTRIB)/names.rr gentexi
           $(RM) -f number-auto-en.texi
           cat ${CONTRIB}/names.rr | $(OXWEAVE) usage | ./gentexi  --category number --en --upnode "Numbers (Standard Mathematical Functions)" ${OPTGENTEXI} >number-auto-en.texi
   number-auto-ja.texi : $(CONTRIB)/names.rr gentexi
           $(RM) -f number-auto-ja.texi
           cat ${CONTRIB}/names.rr | $(OXWEAVE) usage  | ./gentexi   --category number  --ja --upnode "Numbers (Standard Mathematical Functions)" ${OPTGENTEXI} >number-auto-ja.texi
   
 calculus-ja.texi : calculus.oxweave  calculus-ja.texi : calculus.oxweave
         $(RM) -f calculus-ja.texi          $(RM) -f calculus-ja.texi
Line 151  matrix-auto-en.texi : $(CONTRIB)/names.rr gentexi
Line 160  matrix-auto-en.texi : $(CONTRIB)/names.rr gentexi
         $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category matrix --en --upnode "Matrix (Standard Mathematical Functions)" ${OPTGENTEXI} >matrix-auto-en.texi          $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category matrix --en --upnode "Matrix (Standard Mathematical Functions)" ${OPTGENTEXI} >matrix-auto-en.texi
 matrix-auto-ja.texi : $(CONTRIB)/names.rr gentexi  matrix-auto-ja.texi : $(CONTRIB)/names.rr gentexi
         $(RM) -f matrix-auto-ja.texi          $(RM) -f matrix-auto-ja.texi
         $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category matrix --ja --upnode Top ${OPTGENTEXI} >matrix-auto-ja.texi          $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category matrix --ja --upnode "Matrix (Standard Mathematical Functions)" ${OPTGENTEXI} >matrix-auto-ja.texi
   
   
 graphic-ja.texi : graphic.oxweave  graphic-ja.texi : graphic.oxweave
Line 174  print-auto-en.texi : $(CONTRIB)/names.rr gentexi
Line 183  print-auto-en.texi : $(CONTRIB)/names.rr gentexi
         $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category print --en --upnode "Print (Standard Mathematical Functions)" ${OPTGENTEXI} >print-auto-en.texi          $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category print --en --upnode "Print (Standard Mathematical Functions)" ${OPTGENTEXI} >print-auto-en.texi
 print-auto-ja.texi : $(CONTRIB)/names.rr gentexi  print-auto-ja.texi : $(CONTRIB)/names.rr gentexi
         $(RM) -f print-auto-ja.texi          $(RM) -f print-auto-ja.texi
         $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category print --ja --upnode Top ${OPTGENTEXI} >print-auto-ja.texi          $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category print --ja --upnode "Print (Standard Mathematical Functions)" ${OPTGENTEXI} >print-auto-ja.texi
   
 ###poly  ###poly
 poly-ja.texi : poly.oxweave  poly-ja.texi : poly.oxweave
Line 188  poly-auto-en.texi : $(CONTRIB)/names.rr gentexi
Line 197  poly-auto-en.texi : $(CONTRIB)/names.rr gentexi
         $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category poly --en --upnode "Polynomials (Standard Mathematical Functions)" ${OPTGENTEXI} >poly-auto-en.texi          $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category poly --en --upnode "Polynomials (Standard Mathematical Functions)" ${OPTGENTEXI} >poly-auto-en.texi
 poly-auto-ja.texi : $(CONTRIB)/names.rr gentexi  poly-auto-ja.texi : $(CONTRIB)/names.rr gentexi
         $(RM) -f poly-auto-ja.texi          $(RM) -f poly-auto-ja.texi
         $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category poly --ja --upnode Top ${OPTGENTEXI} >poly-auto-ja.texi          $(OXWEAVE) usage  <$(CONTRIB)/names.rr | ./gentexi --category poly --ja --upnode "Polynomials (Standard Mathematical Functions)" ${OPTGENTEXI} >poly-auto-ja.texi
   
 complex-ja.texi : complex.oxweave  complex-ja.texi : complex.oxweave
         $(RM) -f complex-ja.texi          $(RM) -f complex-ja.texi
Line 243  sm1-auto-en.texi : $(CONTRIB)/sm1 gentexi
Line 252  sm1-auto-en.texi : $(CONTRIB)/sm1 gentexi
         $(OXWEAVE) usage  <$(CONTRIB)/sm1 | ./gentexi --category sm1 --en --upnode "SM1 Functions" ${OPTGENTEXI} >sm1-auto-en.texi          $(OXWEAVE) usage  <$(CONTRIB)/sm1 | ./gentexi --category sm1 --en --upnode "SM1 Functions" ${OPTGENTEXI} >sm1-auto-en.texi
 sm1-auto-ja.texi : $(CONTRIB)/names.rr gentexi  sm1-auto-ja.texi : $(CONTRIB)/names.rr gentexi
         $(RM) -f sm1-auto-ja.texi          $(RM) -f sm1-auto-ja.texi
         $(OXWEAVE) usage  <$(CONTRIB)/sm1 | ./gentexi --category sm1 --ja --upnode Top ${OPTGENTEXI} >sm1-auto-ja.texi          $(OXWEAVE) usage  <$(CONTRIB)/sm1 | ./gentexi --category sm1 --ja --upnode "SM1 Functions" ${OPTGENTEXI} >sm1-auto-ja.texi
   
 oxom-ja.texi : $(CONTRIB)/om Makefile  oxom-ja.texi : $(CONTRIB)/om Makefile
         $(RM) -f oxom-ja.texi          $(RM) -f oxom-ja.texi
Line 315  glib-auto-en.texi : ${ASIRLIB}/glib gentexi
Line 324  glib-auto-en.texi : ${ASIRLIB}/glib gentexi
         cat ${ASIRLIB}/glib | $(OXWEAVE) usage | ./gentexi  --category glib --en --upnode "Graphic Library (2 dimensional)" ${OPTGENTEXI} >glib-auto-en.texi          cat ${ASIRLIB}/glib | $(OXWEAVE) usage | ./gentexi  --category glib --en --upnode "Graphic Library (2 dimensional)" ${OPTGENTEXI} >glib-auto-en.texi
 glib-auto-ja.texi : ${ASIRLIB}/glib gentexi  glib-auto-ja.texi : ${ASIRLIB}/glib gentexi
         $(RM) -f glib-auto-ja.texi          $(RM) -f glib-auto-ja.texi
         cat ${ASIRLIB}/glib | $(OXWEAVE) usage  | ./gentexi   --category glib  --ja --upnode Top ${OPTGENTEXI} >glib-auto-ja.texi          cat ${ASIRLIB}/glib | $(OXWEAVE) usage  | ./gentexi   --category glib  --ja --upnode "Graphic Library (2 dimensional)" ${OPTGENTEXI} >glib-auto-ja.texi
   
 ###pfp  ###pfp
 pfp-ja.texi : pfp.oxweave  pfp-ja.texi : pfp.oxweave
Line 329  pfp-auto-en.texi : $(CONTRIB)/pfpcoh.rr $(CONTRIB)/pfp
Line 338  pfp-auto-en.texi : $(CONTRIB)/pfpcoh.rr $(CONTRIB)/pfp
         cat $(CONTRIB)/pfpcoh.rr $(CONTRIB)/pfphom.rr | $(OXWEAVE) usage | ./gentexi  --en --upnode  Pfpcohom ${OPTGENTEXI} >pfp-auto-en.texi          cat $(CONTRIB)/pfpcoh.rr $(CONTRIB)/pfphom.rr | $(OXWEAVE) usage | ./gentexi  --en --upnode  Pfpcohom ${OPTGENTEXI} >pfp-auto-en.texi
 pfp-auto-ja.texi : $(CONTRIB)/pfpcoh.rr $(CONTRIB)/pfphom.rr gentexi  pfp-auto-ja.texi : $(CONTRIB)/pfpcoh.rr $(CONTRIB)/pfphom.rr gentexi
         $(RM) -f pfp-auto-ja.texi          $(RM) -f pfp-auto-ja.texi
         cat $(CONTRIB)/pfpcoh.rr $(CONTRIB)/pfphom.rr | $(OXWEAVE) usage  | ./gentexi  --ja --upnode Top ${OPTGENTEXI} >pfp-auto-ja.texi          cat $(CONTRIB)/pfpcoh.rr $(CONTRIB)/pfphom.rr | $(OXWEAVE) usage  | ./gentexi  --ja --upnode Pfpcohom ${OPTGENTEXI} >pfp-auto-ja.texi
   
   ###util
   util-ja.texi : util.oxweave
           $(RM) -f util-ja.texi
           $(OXWEAVE) C ja <util.oxweave >util-ja.texi
   util-en.texi : util.oxweave
           $(RM) -f util-en.texi
           $(OXWEAVE) C en  <util.oxweave >util-en.texi
   util-auto-en.texi :  $(CONTRIB)/names.rr gentexi
           $(RM) -f util-auto-en.texi
           cat ${CONTRIB}/names.rr | $(OXWEAVE) usage | ./gentexi  --category util --en --upnode "Utility Functions" ${OPTGENTEXI} >util-auto-en.texi
   util-auto-ja.texi : $(CONTRIB)/names.rr gentexi
           $(RM) -f util-auto-ja.texi
           cat ${CONTRIB}/names.rr | $(OXWEAVE) usage  | ./gentexi   --category util  --ja --upnode "Utility Functions" ${OPTGENTEXI} >util-auto-ja.texi
   
 ###### Generating online manual  ###### Generating online manual
 gen-help-en: $(EGSRCS) $(ASIRDOC)/extract_func $(ENAUTO)  gen-help-en: $(EGSRCS) $(ASIRDOC)/extract_func $(ENAUTO)
         -$(RM) -rf tmp help-en          -$(RM) -rf tmp help-en
Line 400  clean-mk-openxm-asir-contrib-document-dir :
Line 423  clean-mk-openxm-asir-contrib-document-dir :
 clean :  clean :
         $(RM) -f ./.done_install          $(RM) -f ./.done_install
         $(RM) -f gentexi $(JAAUTO) $(ENAUTO) gentexi-in.tmp gentexi-out.tmp          $(RM) -f gentexi $(JAAUTO) $(ENAUTO) gentexi-in.tmp gentexi-out.tmp
         $(RM) -f oxxm-ja.texi oxxm-en.texi oxmath-ja.texi *~ *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr oxmath-en.texi oxphc-ja.texi oxphc-en.texi oxgnuplot-ja.texi oxgnuplot-en.texi oxsm1-ja.texi oxsm1-en.texi oxom-en.texi oxom-ja.texi dsolv-ja.texi dsolv-en.texi longname-ja.texi longname-en.texi oxtigers-ja.texi oxtigers-en.texi names-ja.texi names-en.texi hypergeometric-ja.texi hypergeometric-en.texi number-en.texi number-ja.texi calculus-en.texi calculus-ja.texi series-en.texi series-ja.texi matrix-en.texi matrix-ja.texi graphic-en.texi graphic-ja.texi print-en.texi print-ja.texi poly-en.texi poly-ja.texi complex-en.texi complex-ja.texi plucker-ja.texi plucker-en.texi base-ja.texi base-en.texi glib-ja.texi glib-en.texi misc-ja.texi misc-en.texi pfp-ja.texi pfp-en.texi windows-ja.texi windows-en.texi intro-ja.texi intro-en.texi          $(RM) -f oxxm-ja.texi oxxm-en.texi oxmath-ja.texi *~ *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr oxmath-en.texi oxphc-ja.texi oxphc-en.texi oxgnuplot-ja.texi oxgnuplot-en.texi oxsm1-ja.texi oxsm1-en.texi oxom-en.texi oxom-ja.texi dsolv-ja.texi dsolv-en.texi longname-ja.texi longname-en.texi oxtigers-ja.texi oxtigers-en.texi names-ja.texi names-en.texi hypergeometric-ja.texi hypergeometric-en.texi number-en.texi number-ja.texi calculus-en.texi calculus-ja.texi series-en.texi series-ja.texi matrix-en.texi matrix-ja.texi graphic-en.texi graphic-ja.texi print-en.texi print-ja.texi poly-en.texi poly-ja.texi complex-en.texi complex-ja.texi plucker-ja.texi plucker-en.texi base-ja.texi base-en.texi glib-ja.texi glib-en.texi misc-ja.texi misc-en.texi pfp-ja.texi pfp-en.texi windows-ja.texi windows-en.texi intro-ja.texi intro-en.texi util-en.texi util-ja.texi
         $(RM) -rf help-ja help-en tmp tmp-ja html-en html-ja          $(RM) -rf help-ja help-en tmp tmp-ja html-en html-ja

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.42

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