[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.42 and 1.50

version 1.42, 2002/12/05 02:16:30 version 1.50, 2003/08/22 23:56:27
Line 1 
Line 1 
 #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile,v 1.41 2002/11/14 09:29:24 takayama Exp $  #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile,v 1.49 2003/07/28 01:36:36 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 11 
Line 11 
 #        Copy html help to OpenXM/doc/asir-contrib  #        Copy html help to OpenXM/doc/asir-contrib
 # gen-html-en  gen-html-ja  # gen-html-en  gen-html-ja
 #        Generate HTML documents under html-en and html-ja  #        Generate HTML documents under html-en and html-ja
   # gen-help-en  gen-help-ja
   #        Generate help files.
 # gen-dvi-ps  # gen-dvi-ps
 #        Generate dvi and ps files.  #        Generate dvi and ps files.
 #  #
Line 39  OPTGENTEXI= --include 
Line 41  OPTGENTEXI= --include 
 ## PS documents are installed under $(OpenXM_doc)/asir-contrib  ## PS documents are installed under $(OpenXM_doc)/asir-contrib
 OpenXM_doc=$(OpenXM_ROOT)/doc  OpenXM_doc=$(OpenXM_ROOT)/doc
 DVIPS=dvips -f  DVIPS=dvips -f
 OXWEAVE= ../../../kxx/oxweave  OXWEAVE=$(OpenXM_ROOT)/bin/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 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
 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  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
   
 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 208  complex-en.texi : complex.oxweave
Line 210  complex-en.texi : complex.oxweave
         $(OXWEAVE) C en  <complex.oxweave >complex-en.texi          $(OXWEAVE) C en  <complex.oxweave >complex-en.texi
   
   
 oxxm-ja.texi : $(ASIRLIB)/xm Makefile  oxrfc100-ja.texi : oxrfc100.oxweave Makefile
         $(RM) -f oxxm-ja.texi          $(RM) -f oxrfc100-ja.texi
         $(OXWEAVE) C-texi jp-texi  <$(ASIRLIB)/xm >oxxm-ja.texi          $(OXWEAVE) C-texi jp-texi  <oxrfc100.oxweave >oxrfc100-ja.texi
   
 oxxm-en.texi : $(ASIRLIB)/xm Makefile  oxrfc100-en.texi : oxrfc100.oxweave Makefile
         $(RM) -f oxxm-en.texi          $(RM) -f oxrfc100-en.texi
         $(OXWEAVE) C-texi eg-texi  <$(ASIRLIB)/xm >oxxm-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 : $(CONTRIB)/gnuplot Makefile  oxgnuplot-ja.texi : gnuplot.oxweave Makefile
         $(RM) -f oxgnuplot-ja.texi          $(RM) -f oxgnuplot-ja.texi
         $(OXWEAVE) C-texi jp-texi  <$(CONTRIB)/gnuplot >oxgnuplot-ja.texi          $(OXWEAVE) C-texi jp-texi  <gnuplot.oxweave >oxgnuplot-ja.texi
   
 oxgnuplot-en.texi : $(CONTRIB)/gnuplot Makefile  oxgnuplot-en.texi : gnuplot.oxweave Makefile
         $(RM) -f oxgnuplot-en.texi          $(RM) -f oxgnuplot-en.texi
         $(OXWEAVE) C-texi eg-texi  <$(CONTRIB)/gnuplot >oxgnuplot-en.texi          $(OXWEAVE) C-texi eg-texi  <gnuplot.oxweave >oxgnuplot-en.texi
   
 ###sm1  ###sm1
 oxsm1-ja.texi : sm1.oxweave Makefile sm1-auto-ja.texi  oxsm1-ja.texi : sm1.oxweave Makefile sm1-auto-ja.texi
Line 250  oxsm1-en.texi : sm1.oxweave Makefile sm1-auto-en.texi
Line 252  oxsm1-en.texi : sm1.oxweave Makefile sm1-auto-en.texi
 sm1-auto-en.texi : $(CONTRIB)/sm1 gentexi  sm1-auto-en.texi : $(CONTRIB)/sm1 gentexi
         $(RM) -f sm1-auto-en.texi          $(RM) -f sm1-auto-en.texi
         $(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)/sm1 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
   
Line 270  dsolv-en.texi : dsolv.oxweave Makefile
Line 272  dsolv-en.texi : dsolv.oxweave Makefile
         $(RM) -f dsolv-en.texi          $(RM) -f dsolv-en.texi
         $(OXWEAVE) C-texi eg-texi  <dsolv.oxweave >dsolv-en.texi          $(OXWEAVE) C-texi eg-texi  <dsolv.oxweave >dsolv-en.texi
   
 longname-ja.texi : $(CONTRIB)/longname Makefile  
         $(RM) -f longname-ja.texi  
         $(OXWEAVE) C-texi jp-texi  <$(CONTRIB)/longname >longname-ja.texi  
   
 longname-en.texi : $(CONTRIB)/longname Makefile  oxtigers-ja.texi : tigers.oxweave Makefile
         $(RM) -f longname-en.texi  
         $(OXWEAVE) C-texi eg-texi  <$(CONTRIB)/longname >longname-en.texi  
   
 oxtigers-ja.texi : $(CONTRIB)/tigers 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
Line 361  gen-help-en: $(EGSRCS) $(ASIRDOC)/extract_func $(ENAUT
Line 356  gen-help-en: $(EGSRCS) $(ASIRDOC)/extract_func $(ENAUT
         cp cman-en.texi $(EGSRCS) $(ENAUTO) tmp          cp cman-en.texi $(EGSRCS) $(ENAUTO) tmp
         -(cd tmp; makeinfo --force cman-en.texi)          -(cd tmp; makeinfo --force cman-en.texi)
         (cd help-en; for i in ../tmp/asir-contrib*; do ../$(ASIRDOC)/extract_func $$i; done)          (cd help-en; for i in ../tmp/asir-contrib*; do ../$(ASIRDOC)/extract_func $$i; done)
 ## duplicate some help files  
         -(cd help-en; cp sm1_hilbert hilbert_polynomial)  
   
 gen-help-ja: $(JPSRCS) $(ASIRDOC)/extract_func $(JAAUTO)  gen-help-ja: $(JPSRCS) $(ASIRDOC)/extract_func $(JAAUTO)
         -$(RM) -rf tmp-ja help-ja          -$(RM) -rf tmp-ja help-ja
Line 370  gen-help-ja: $(JPSRCS) $(ASIRDOC)/extract_func $(JAAUT
Line 363  gen-help-ja: $(JPSRCS) $(ASIRDOC)/extract_func $(JAAUT
         for i in cman-ja.texi $(JPSRCS) $(JAAUTO); do nkf -e $$i > tmp-ja/$$i; done          for i in cman-ja.texi $(JPSRCS) $(JAAUTO); do nkf -e $$i > tmp-ja/$$i; done
         -(cd tmp-ja; makeinfo --force cman-ja.texi)          -(cd tmp-ja; makeinfo --force cman-ja.texi)
         (cd help-ja; for i in ../tmp-ja/asir-contrib*; do ../$(ASIRDOC)/extract_func -j $$i; done)          (cd help-ja; for i in ../tmp-ja/asir-contrib*; do ../$(ASIRDOC)/extract_func -j $$i; done)
 ## duplicate some help files  
         -(cd help-ja; cp sm1_hilbert hilbert_polynomial)  
   
 gen-html-en: gen-help-en  gen-html-en: gen-help-en
         -$(RM) -rf html-en          -$(RM) -rf html-en
Line 423  clean-mk-openxm-asir-contrib-document-dir :
Line 414  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 util-en.texi util-ja.texi          $(RM) -f oxrfc100-ja.texi oxrfc100-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.42  
changed lines
  Added in v.1.50

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