view slide/Makefile @ 10:a87fec07fd78

add slide
author ryokka
date Sun, 13 Jan 2019 03:51:48 +0900
parents
children e8fe28afe61e
line wrap: on
line source

TARGET = slide

.SUFFIXES: .md .html

.md.html:
	slideshow b $< -t s6cr --h2

all: $(TARGET).html

	open $(TARGET).html -a Google\ Chrome

clean:
	rm -f *.html


	# ls -lt ~/cr/lab-slides/slides/* | head -1 | awk -F ':' '{ print $1 }' | xargs -I slide_dir slideshow build slide_dir"/slide.md" --h2