[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.29 and 1.30

version 1.29, 2002/07/14 07:10:02 version 1.30, 2002/07/14 10:53:08
Line 1 
Line 1 
 #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile,v 1.28 2002/04/07 07:18:49 takayama Exp $  #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile,v 1.29 2002/07/14 07:10:02 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 278  pfp-auto-ja.texi : $(CONTRIB)/pfpcoh.rr $(CONTRIB)/pfp
Line 278  pfp-auto-ja.texi : $(CONTRIB)/pfpcoh.rr $(CONTRIB)/pfp
         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 Top ${OPTGENTEXI} >pfp-auto-ja.texi
   
   ###misc
   misc-ja.texi : misc.oxweave
           /bin/rm -f misc-ja.texi
           $(OXWEAVE) C ja  <misc.oxweave >misc-ja.texi
   misc-en.texi : misc.oxweave
           /bin/rm -f misc-en.texi
           $(OXWEAVE) C en  <misc.oxweave >misc-en.texi
   
 ###glib  ###glib
 glib-ja.texi : glib.oxweave  glib-ja.texi : glib.oxweave
         /bin/rm -f glib-ja.texi          /bin/rm -f glib-ja.texi
         $(OXWEAVE) C ja  <glib.oxweave >glib-ja.texi          $(OXWEAVE) C ja  <glib.oxweave >glib-ja.texi
   
 glib-en.texi : glib.oxweave  glib-en.texi : glib.oxweave
         /bin/rm -f glib-en.texi          /bin/rm -f glib-en.texi
         $(OXWEAVE) C en  <glib.oxweave >glib-en.texi          $(OXWEAVE) C en  <glib.oxweave >glib-en.texi
   
 glib-auto-en.texi : ${ASIRLIB}/glib gentexi  glib-auto-en.texi : ${ASIRLIB}/glib gentexi
         rm -f glib-auto-en.texi          rm -f glib-auto-en.texi
         cat ${ASIRLIB}/glib | $(OXWEAVE) usage | ./gentexi  --category glib --en --upnode Top ${OPTGENTEXI} >glib-auto-en.texi          cat ${ASIRLIB}/glib | $(OXWEAVE) usage | ./gentexi  --category glib --en --upnode Top ${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 Top ${OPTGENTEXI} >glib-auto-ja.texi
Line 363  clean-document :
Line 367  clean-document :
 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.texi oxxm-eg.texi oxmath.texi *~ *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr oxmath-eg.texi oxphc.texi oxphc-eg.texi oxgnuplot.texi oxgnuplot-eg.texi oxsm1.texi oxsm1-eg.texi oxom-eg.texi oxom.texi dsolv-jp.texi dsolv-eg.texi longname-jp.texi longname-eg.texi oxtigers-jp.texi oxtigers-eg.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          rm -f oxxm.texi oxxm-eg.texi oxmath.texi *~ *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr oxmath-eg.texi oxphc.texi oxphc-eg.texi oxgnuplot.texi oxgnuplot-eg.texi oxsm1.texi oxsm1-eg.texi oxom-eg.texi oxom.texi dsolv-jp.texi dsolv-eg.texi longname-jp.texi longname-eg.texi oxtigers-jp.texi oxtigers-eg.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
         /bin/rm -rf help-jp help-eg tmp tmp-ja html-en html-ja          /bin/rm -rf help-jp help-eg tmp tmp-ja html-en html-ja

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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