Skip to content

Commit f7a905c

Browse files
committed
tools: labs: copy slides for so2 folder
Signed-off-by: Octavian Purdila <tavi@cs.pub.ro>
1 parent c81e0b5 commit f7a905c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/labs/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ docs:
4747
$(MAKE) -C $(KDIR) DOCBOOKS= SPHINXDIRS="teaching" htmldocs
4848
$(MAKE) -C $(KDIR) BUILDDIR=$(KDIR)/Documentation/output/slides DOCBOOKS= SPHINXDIRS="teaching" slides
4949
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
50+
for i in $(KDIR)/Documentation/output/slides/teaching/so2/lec*.html; do name=$$(basename $$i .html); cp $$i $(KDIR)/Documentation/output/teaching/so2/$$name-slides.html; done
5051
cp -r $(KDIR)/Documentation/output/slides/teaching/_static $(KDIR)/Documentation/output/teaching/
5152

5253
clean::

0 commit comments

Comments
 (0)