Skip to content

Commit

Permalink
doc: fixed issue with missing showcases and tutorials from the doc bu…
Browse files Browse the repository at this point in the history
…ild.
  • Loading branch information
rhornig committed May 17, 2022
1 parent 647d2b3 commit fee56cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# local and generated files not to be committed
doc/src/showcases
doc/src/tutorials
src/Makefile
src/Makefile.vc
*_m.h
*_m.cc
*_sm.h
Expand Down
3 changes: 3 additions & 0 deletions doc/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ help:
include tools/sphinx_deployment.mk

server: Makefile copy-media
ln -sf ../../showcases showcases; ln -sf ../../tutorials
@sphinx-autobuild --host 0.0.0.0 --port 8000 "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O) -r .git

pdf: Makefile copy-media
ln -sf ../../showcases showcases; ln -sf ../../tutorials
@$(SPHINXBUILD) -M latexpdf "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

html: Makefile copy-media
ln -sf ../../showcases showcases; ln -sf ../../tutorials
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

copy-media: ../../media
Expand Down

0 comments on commit fee56cd

Please sign in to comment.