[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.43 and 1.44

version 1.43, 2003/05/18 00:13:15 version 1.44, 2003/05/18 09:57:33
Line 1 
Line 1 
 #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile,v 1.42 2002/12/05 02:16:30 takayama Exp $  #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile,v 1.43 2003/05/18 00:13:15 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 232  oxphc-en.texi : $(CONTRIB)/phc Makefile
Line 232  oxphc-en.texi : $(CONTRIB)/phc 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  <$(CONTRIB)/phc >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

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

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