--- ray/src/cv/Rmakefile 1991/07/15 12:38:50 1.6 +++ ray/src/cv/Rmakefile 1991/08/22 08:48:29 1.7 @@ -18,8 +18,10 @@ PROGS = thf2rad ies2rad arch2rad nff2rad lampcolor all: $(PROGS) -install: $(PROGS) +install: $(PROGS) source.cal tilt.cal cp $(PROGS) $(INSTDIR) + rm -f $(LIBDIR)/source.cal $(LIBDIR)/tilt.cal + cp source.cal tilt.cal $(LIBDIR) clean: set nonomatch; rm -f $(PROGS) *.o core