Drop unused targets.

This commit is contained in:
Kei Hibino 2015-12-10 09:04:53 +09:00
parent 55a55a1a97
commit 05f590724b

View File

@ -16,19 +16,9 @@ slide_opts = \
$(math_opt)
## --incremental
glad_imaged = images
$(glad_imaged)/%-s5-gl %-gl.html: %-gl.htex
mkdir -p $(glad_imaged)
$(RM) -fr $(glad_imaged)/$(shell basename $@ .html)
gladtex -r 160 -d $(glad_imaged)/$(shell basename $@ .html) $<
%.html: %.txt
pandoc -f $(md_format) -t s5 $(slide_opts) -o $@ $<
%-gl.htex: %.txt
pandoc -f $(md_format) -t s5 $(slide_opts) --gladtex -o $@ $<
%.tex: %.txt
pandoc -f $(md_format) -t beamer -s --slide-level=2 -o $@ $<
@ -43,12 +33,7 @@ $(glad_imaged)/%-s5-gl %-gl.html: %-gl.htex
all: $(targets)
codeCount.table.in:
./codeCount.table.sh > $@
clean:
$(RM) $(targets)
$(RM) -r $(glad_imaged)
## $(RM) *.dvi *.pdf
## $(RM) *.aux *.log *.nav *.out *.snm *.toc *.vrb
## $(RM) codeCount.table