Changeset 23259b9 in sasmodels
- Timestamp:
- Nov 23, 2015 5:01:27 PM (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:
- 0e9048f
- Parents:
- 73a3e22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile
r61ba623 r23259b9 46 46 47 47 model/img/%: ../sasmodels/models/img/% 48 ifdef ComSpec 49 $(COPY) $(subst /,\\,$<) $(subst /,\\,$@) 50 else 48 51 $(COPY) $< $@ 52 endif 49 53 50 54 model/%.rst: ../sasmodels/models/%.py … … 62 66 model: 63 67 $(MKDIR) model 68 ifdef ComSpec 69 $(MKDIR) model\img 70 else 64 71 $(MKDIR) model/img 72 endif 65 73 66 74 build: model $(MODELS_RST) $(IMG_DEST) api ref/models/index.rst 75 ifdef ComSpec 76 rem cd ..\.. 77 rem python setup.py build 78 else 67 79 #cd ../.. && python setup.py build 80 endif 68 81 69 82 upload: … … 72 85 73 86 clean: 74 - rm -rf_build model api87 -$(RMDIR) _build model api 75 88 76 89 html: build
Note: See TracChangeset
for help on using the changeset viewer.