File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# local and generated files not to be committed
2
+ doc /src /showcases
3
+ doc /src /tutorials
2
4
src /Makefile
3
- src /Makefile.vc
4
5
* _m.h
5
6
* _m.cc
6
7
* _sm.h
Original file line number Diff line number Diff line change @@ -18,12 +18,15 @@ help:
18
18
include tools/sphinx_deployment.mk
19
19
20
20
server : Makefile copy-media
21
+ ln -sf ../../showcases showcases; ln -sf ../../tutorials
21
22
@sphinx-autobuild --host 0.0.0.0 --port 8000 " $( SOURCEDIR) " " $( BUILDDIR) /html" $(SPHINXOPTS ) $(O ) -r .git
22
23
23
24
pdf : Makefile copy-media
25
+ ln -sf ../../showcases showcases; ln -sf ../../tutorials
24
26
@$(SPHINXBUILD ) -M latexpdf " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
25
27
26
28
html : Makefile copy-media
29
+ ln -sf ../../showcases showcases; ln -sf ../../tutorials
27
30
@$(SPHINXBUILD ) -M html " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
28
31
29
32
copy-media : ../../media
You can’t perform that action at this time.
0 commit comments