Changeset 402c351 in sasmodels for doc/Makefile
- Timestamp:
- Nov 25, 2015 9:55:11 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:
- 5442c77
- Parents:
- 5753e4e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile
r34375ea r402c351 9 9 BUILDDIR = _build 10 10 ifdef ComSpec 11 RMDIR = del /s/q/f11 RMDIR = rmdir /s/q 12 12 CPDIR = xcopy /q/e/i 13 13 MKDIR = mkdir … … 61 61 62 62 api: genapi.py 63 $(RMDIR) api63 -$(RMDIR) api 64 64 $(PYTHON) genapi.py 65 65
Note: See TracChangeset
for help on using the changeset viewer.