ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/Rmakefile
(Generate patch)

Comparing ray/src/cv/Rmakefile (file contents):
Revision 2.57 by greg, Tue Dec 14 02:33:18 2021 UTC vs.
Revision 2.58 by greg, Tue Mar 8 19:04:56 2022 UTC

# Line 31 | Line 31 | all:   $(PROGS)
31   install:        $(PROGS) $(LIBFILES) optics2rad.csh
32          cp $(PROGS) $(INSTDIR)
33          cp optics2rad.csh $(INSTDIR)/optics2rad
34 <        chmod 755 $(INSTDIR)/optics2rad
34 >        cp iso2klems.pl $(INSTDIR)/iso2klems
35 >        chmod 755 $(INSTDIR)/optics2rad $(INSTDIR)/iso2klems
36          cd $(LIBDIR) && rm -f $(LIBFILES)
37          cp $(LIBFILES) $(LIBDIR)
38  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines