Changes in doc/Makefile [23259b9:34375ea] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile

    r23259b9 r34375ea  
    4747model/img/%: ../sasmodels/models/img/% 
    4848ifdef ComSpec 
    49         $(COPY) $(subst /,\\,$<) $(subst /,\\,$@) 
     49        $(COPY) $(subst /,\,$<) $(subst /,\,$@) 
    5050else 
    5151        $(COPY) $< $@ 
Note: See TracChangeset for help on using the changeset viewer.