[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.44 and 1.46

version 1.44, 2003/05/18 09:57:33 version 1.46, 2003/05/24 23:56:32
Line 1 
Line 1 
 #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile,v 1.43 2003/05/18 00:13:15 takayama Exp $  #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile,v 1.45 2003/05/19 05:15:52 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 oxrfc100-ja.texi oxmath-ja.texi oxphc-ja.texi oxgnuplot-ja.texi oxsm1-ja.texi oxom-ja.texi dsolv-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  JPSRCS= opening.texi oxrfc100-ja.texi oxmath-ja.texi oxphc-ja.texi oxgnuplot-ja.texi oxsm1-ja.texi oxom-ja.texi dsolv-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 oxxm-ja.texi
 EGSRCS= opening.texi oxrfc100-en.texi oxmath-en.texi oxphc-en.texi oxgnuplot-en.texi oxsm1-en.texi oxom-en.texi dsolv-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  EGSRCS= opening.texi oxrfc100-en.texi oxmath-en.texi oxphc-en.texi oxgnuplot-en.texi oxsm1-en.texi oxom-en.texi dsolv-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 oxxm-ja.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 \
Line 216  oxrfc100-en.texi : oxrfc100.oxweave Makefile
Line 216  oxrfc100-en.texi : oxrfc100.oxweave Makefile
         $(RM) -f oxrfc100-en.texi          $(RM) -f oxrfc100-en.texi
         $(OXWEAVE) C-texi eg-texi  <oxrfc100.oxweave >oxrfc100-en.texi          $(OXWEAVE) C-texi eg-texi  <oxrfc100.oxweave >oxrfc100-en.texi
   
 oxmath-ja.texi : $(CONTRIB)/m Makefile  oxmath-ja.texi : m.oxweave Makefile
         $(RM) -f oxmath-ja.texi          $(RM) -f oxmath-ja.texi
         $(OXWEAVE) C-texi jp-texi  <$(CONTRIB)/m >oxmath-ja.texi          $(OXWEAVE) C-texi jp-texi  <m.oxweave >oxmath-ja.texi
   
 oxmath-en.texi : $(CONTRIB)/m Makefile  oxmath-en.texi : m.oxweave Makefile
         $(RM) -f oxmath-en.texi          $(RM) -f oxmath-en.texi
         $(OXWEAVE) C-texi eg-texi  <$(CONTRIB)/m >oxmath-en.texi          $(OXWEAVE) C-texi eg-texi  <m.oxweave >oxmath-en.texi
   
 oxphc-ja.texi : $(CONTRIB)/phc Makefile  oxphc-ja.texi : phc.oxweave Makefile
         $(RM) -f oxphc-ja.texi          $(RM) -f oxphc-ja.texi
         $(OXWEAVE) C-texi jp-texi  <$(CONTRIB)/phc >oxphc-ja.texi          $(OXWEAVE) C-texi jp-texi  <phc.oxweave >oxphc-ja.texi
   
 oxphc-en.texi : $(CONTRIB)/phc Makefile  oxphc-en.texi : phc.oxweave Makefile
         $(RM) -f oxphc-en.texi          $(RM) -f oxphc-en.texi
         $(OXWEAVE) C-texi eg-texi  <$(CONTRIB)/phc >oxphc-en.texi          $(OXWEAVE) C-texi eg-texi  <phc.oxweave >oxphc-en.texi
   
 oxgnuplot-ja.texi : gnuplot.oxweave Makefile  oxgnuplot-ja.texi : gnuplot.oxweave Makefile
         $(RM) -f oxgnuplot-ja.texi          $(RM) -f oxgnuplot-ja.texi
Line 254  sm1-auto-ja.texi : $(CONTRIB)/names.rr gentexi
Line 254  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 "SM1 Functions" ${OPTGENTEXI} >sm1-auto-ja.texi          $(OXWEAVE) usage  <$(CONTRIB)/sm1 | ./gentexi --category sm1 --ja --upnode "SM1 Functions" ${OPTGENTEXI} >sm1-auto-ja.texi
   
   oxxm-ja.texi : oxxm.oxweave Makefile
           $(RM) -f oxxm-ja.texi
           $(OXWEAVE) C-texi jp-texi  <oxxm.oxweave >oxxm-ja.texi
   
   oxxm-en.texi : oxxm.oxweave Makefile
           $(RM) -f oxxm-en.texi
           $(OXWEAVE) C-texi eg-texi  <oxxm.oxweave >oxxm-en.texi
   
 oxom-ja.texi : $(CONTRIB)/om Makefile  oxom-ja.texi : $(CONTRIB)/om Makefile
         $(RM) -f oxom-ja.texi          $(RM) -f oxom-ja.texi
         $(OXWEAVE) C-texi jp-texi  <$(CONTRIB)/om >oxom-ja.texi          $(OXWEAVE) C-texi jp-texi  <$(CONTRIB)/om >oxom-ja.texi
Line 271  dsolv-en.texi : dsolv.oxweave Makefile
Line 279  dsolv-en.texi : dsolv.oxweave Makefile
         $(OXWEAVE) C-texi eg-texi  <dsolv.oxweave >dsolv-en.texi          $(OXWEAVE) C-texi eg-texi  <dsolv.oxweave >dsolv-en.texi
   
   
 oxtigers-ja.texi : $(CONTRIB)/tigers Makefile  oxtigers-ja.texi : tigers.oxweave Makefile
         $(RM) -f oxtigers-ja.texi          $(RM) -f oxtigers-ja.texi
         $(OXWEAVE) C-texi jp-texi  <$(CONTRIB)/tigers >oxtigers-ja.texi          $(OXWEAVE) C-texi jp-texi  <tigers.oxweave >oxtigers-ja.texi
   
 oxtigers-en.texi : $(CONTRIB)/tigers Makefile  oxtigers-en.texi : tigers.oxweave Makefile
         $(RM) -f oxtigers-en.texi          $(RM) -f oxtigers-en.texi
         $(OXWEAVE) C-texi eg-texi  <$(CONTRIB)/tigers >oxtigers-en.texi          $(OXWEAVE) C-texi eg-texi  <tigers.oxweave >oxtigers-en.texi
   
 ### windows  ### windows
 windows-ja.texi : windows.oxweave Makefile  windows-ja.texi : windows.oxweave Makefile

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.46

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