Changeset 7be65ea in sasmodels for doc/Makefile
- Timestamp:
- Nov 24, 2015 11:57:53 AM (9 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile
r23259b9 r34375ea 47 47 model/img/%: ../sasmodels/models/img/% 48 48 ifdef ComSpec 49 $(COPY) $(subst /,\ \,$<) $(subst /,\\,$@)49 $(COPY) $(subst /,\,$<) $(subst /,\,$@) 50 50 else 51 51 $(COPY) $< $@
Note: See TracChangeset
for help on using the changeset viewer.