Changeset 41b985f for doc/Makefile
- Timestamp:
- Mar 12, 2017, 11:26:24 AM (8 years ago)
- Branches:
- sampler
- Children:
- bde49c4a
- Parents:
- 71f2e5f (diff), 67b6618 (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
r71f2e5f r41b985f 40 40 41 41 clean: 42 -rm -rf _static 42 43 -rm -rf $(BUILDDIR)/* 43 44 44 45 html: 46 mkdir -p _static 45 47 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html 46 48 @echo
Note: See TracChangeset
for help on using the changeset viewer.