[Commit] papers/xr_ols2003/examples Makefile,1.4,1.5

Carl Worth commit@keithp.com
Thu, 15 May 2003 21:56:04 -0700


Committed by: cworth

Update of /local/src/CVS/papers/xr_ols2003/examples
In directory home.keithp.com:/tmp/cvs-serv20489/examples

Modified Files:
	Makefile 
Log Message:
Fixed description of default matrix.
Added description of XrSetTolerance.
Fixed some minor things in the introduction.

Index: Makefile
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/examples/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	15 May 2003 20:04:48 -0000	1.4
+++ Makefile	16 May 2003 04:56:02 -0000	1.5
@@ -1,5 +1,5 @@
-EXAMPLES = outline.eps spiral.eps hering.eps caps_joins.eps stars.eps
-.PRECIOUS: outline.png spiral.png hering.png caps_joins.png stars.png
+EXAMPLES = outline.eps spiral.eps hering.eps caps_joins.eps stars.eps splines_tolerance.eps
+.PRECIOUS: outline.png spiral.png hering.png caps_joins.png stars.png splines_tolerance.png
 
 CFLAGS=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags Xr`
 LDFLAGS=`pkg-config --libs Xr` -lpng