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 11# local and generated files not to be committed
2+ doc /src /showcases
3+ doc /src /tutorials
24src /Makefile
3- src /Makefile.vc
45* _m.h
56* _m.cc
67* _sm.h
Original file line number Diff line number Diff line change @@ -18,12 +18,15 @@ help:
1818include tools/sphinx_deployment.mk
1919
2020server : Makefile copy-media
21+ ln -sf ../../showcases showcases; ln -sf ../../tutorials
2122 @sphinx-autobuild --host 0.0.0.0 --port 8000 " $( SOURCEDIR) " " $( BUILDDIR) /html" $(SPHINXOPTS ) $(O ) -r .git
2223
2324pdf : Makefile copy-media
25+ ln -sf ../../showcases showcases; ln -sf ../../tutorials
2426 @$(SPHINXBUILD ) -M latexpdf " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
2527
2628html : Makefile copy-media
29+ ln -sf ../../showcases showcases; ln -sf ../../tutorials
2730 @$(SPHINXBUILD ) -M html " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
2831
2932copy-media : ../../media
You can’t perform that action at this time.
0 commit comments