mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-01 13:52:12 +03:00
Drop unused targets.
This commit is contained in:
parent
55a55a1a97
commit
05f590724b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user