Skip to content
Snippets Groups Projects
Commit 5099c19f authored by Andreas Herten's avatar Andreas Herten
Browse files

add static version of slides

parent da1cbe39
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/make -f
# Generates a tar with all files needed to view the HTML presetnation properly
# -Andreas Herten, 2021 May 26
.PHONY: all
all: static-slides-bundle.tar.gz
SOURCES=Introduction-to-Pandas--slides.html img/ fzj-reveal.js/img/ fzj-reveal.js/reveal.js fzj-reveal.js/custom.css fzj-reveal.js/fzj.js
static-slides-bundle.tar.gz: gen-slides-bundle.mk $(SOURCES)
tar czf $@ --transform 's,^,pandas-tutorial-slides/,' $(SOURCES)
\ No newline at end of file
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment