Changeset 7be65ea in sasmodels for doc/Makefile


Ignore:
Timestamp:
Nov 24, 2015 11:57:53 AM (9 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
a30cdd5
Parents:
34375ea (diff), cd3dba0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of github.com:sasview/sasmodels

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.