Changeset 61ba623 in sasmodels for doc/Makefile
- Timestamp:
- Feb 27, 2015 1:45:30 PM (10 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:
- 3a45c2c
- Parents:
- a5d0d00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile
r19dcb933 r61ba623 32 32 MODELS_RST = $(patsubst ../sasmodels/models/%.py,model/%.rst,$(MODELS_PY)) 33 33 34 model/img/%: ../sasmodels/models/img/%35 $(COPY) $< $@36 37 model/%.rst: ../sasmodels/models/%.py38 $(PYTHON) genmodel.py $< $@39 40 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest build41 42 34 help: 43 35 @echo "Please use \`make <target>' where <target> is one of" … … 53 45 @echo " doctest to run all doctests embedded in the documentation (if enabled)" 54 46 47 model/img/%: ../sasmodels/models/img/% 48 $(COPY) $< $@ 49 50 model/%.rst: ../sasmodels/models/%.py 51 $(PYTHON) genmodel.py $< $@ 52 53 ref/models/index.rst: gentoc.py $(MODELS_PY) 54 $(PYTHON) gentoc.py $(MODELS_PY) 55 56 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest build 57 55 58 api: genapi.py 56 59 $(RMDIR) api … … 61 64 $(MKDIR) model/img 62 65 63 build: model $(MODELS_RST) $(IMG_DEST) api 66 build: model $(MODELS_RST) $(IMG_DEST) api ref/models/index.rst 64 67 #cd ../.. && python setup.py build 65 68
Note: See TracChangeset
for help on using the changeset viewer.