[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.18 and 1.19

version 1.18, 2001/06/24 10:26:43 version 1.19, 2001/07/11 01:00:22
Line 1 
Line 1 
 #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile,v 1.17 2001/06/18 01:40:03 takayama Exp $  #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile,v 1.18 2001/06/24 10:26:43 takayama Exp $
 # targets  # targets
 # all :  # all :
 #        Extracts all tex-info files from ../src/*  #        Extracts all tex-info files from ../src/*
Line 140  oxgnuplot-eg.texi : $(CONTRIB)/gnuplot Makefile
Line 140  oxgnuplot-eg.texi : $(CONTRIB)/gnuplot Makefile
         /bin/rm -f oxgnuplot-eg.texi          /bin/rm -f oxgnuplot-eg.texi
         $(OXWEAVE) C-texi eg-texi  <$(CONTRIB)/gnuplot >oxgnuplot-eg.texi          $(OXWEAVE) C-texi eg-texi  <$(CONTRIB)/gnuplot >oxgnuplot-eg.texi
   
 oxsm1.texi : $(CONTRIB)/sm1 Makefile  oxsm1.texi : sm1.oxweave Makefile
         /bin/rm -f oxsm1.texi          /bin/rm -f oxsm1.texi
         $(OXWEAVE) C-texi jp-texi  <$(CONTRIB)/sm1 >oxsm1.texi          $(OXWEAVE) C-texi jp-texi  <sm1.oxweave >oxsm1.texi
   
 oxsm1-eg.texi : $(CONTRIB)/sm1 Makefile  oxsm1-eg.texi : sm1.oxweave Makefile
         /bin/rm -f oxsm1-eg.texi          /bin/rm -f oxsm1-eg.texi
         $(OXWEAVE) C-texi eg-texi  <$(CONTRIB)/sm1 >oxsm1-eg.texi          $(OXWEAVE) C-texi eg-texi  <sm1.oxweave >oxsm1-eg.texi
   
 oxom.texi : $(CONTRIB)/om Makefile  oxom.texi : $(CONTRIB)/om Makefile
         /bin/rm -f oxom.texi          /bin/rm -f oxom.texi

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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