Skip to content

Commit

Permalink
docs: Temporarily disable building slides
Browse files Browse the repository at this point in the history
  • Loading branch information
valighita authored and dbaluta committed Feb 26, 2019
1 parent da97b15 commit 82e694a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/labs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ copy: $(YOCTO_IMAGE)
docs:
pip install --user -r requirements.txt
$(MAKE) -C $(KDIR) DOCBOOKS= SPHINXDIRS="teaching" htmldocs
$(MAKE) -C $(KDIR) BUILDDIR=$(KDIR)/Documentation/output/slides DOCBOOKS= SPHINXDIRS="teaching" slides
for i in $(KDIR)/Documentation/output/slides/teaching/lectures/*.html; do name=$$(basename $$i .html); cp $$i $(KDIR)/Documentation/output/teaching/lectures/$$name-slides.html; done
cp -r $(KDIR)/Documentation/output/slides/teaching/_static $(KDIR)/Documentation/output/teaching/
#$(MAKE) -C $(KDIR) BUILDDIR=$(KDIR)/Documentation/output/slides DOCBOOKS= SPHINXDIRS="teaching" slides
#for i in $(KDIR)/Documentation/output/slides/teaching/lectures/*.html; do name=$$(basename $$i .html); cp $$i $(KDIR)/Documentation/output/teaching/lectures/$$name-slides.html; done
#cp -r $(KDIR)/Documentation/output/slides/teaching/_static $(KDIR)/Documentation/output/teaching/
clean::
rm -rf skels

Expand Down

0 comments on commit 82e694a

Please sign in to comment.