mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-25 08:19:14 +03:00
doc/slide: drop redundant src-format switch.
This commit is contained in:
parent
f2246bb4ac
commit
0003d94f3c
@ -17,7 +17,7 @@ slide_opts = \
|
||||
## --incremental
|
||||
|
||||
%.html: %.md
|
||||
pandoc -f $(md_format) -t s5 -r markdown $(slide_opts) -o $@ $<
|
||||
pandoc -f $(md_format) -t s5 $(slide_opts) -o $@ $<
|
||||
|
||||
%.tex: %.md
|
||||
pandoc -f $(md_format) -t beamer -s --slide-level=2 -o $@ $<
|
||||
|
@ -17,7 +17,7 @@ slide_opts = \
|
||||
## --incremental
|
||||
|
||||
%.html: %.md
|
||||
pandoc -f $(md_format) -t s5 -r markdown $(slide_opts) -o $@ $<
|
||||
pandoc -f $(md_format) -t s5 $(slide_opts) -o $@ $<
|
||||
|
||||
%.tex: %.md
|
||||
pandoc -f $(md_format) -t beamer -s --slide-level=2 -o $@ $<
|
||||
|
@ -18,7 +18,7 @@ slide_opts = \
|
||||
## --incremental
|
||||
|
||||
%.html: %.md
|
||||
pandoc -f $(md_format) -t s5 -r markdown $(slide_opts) -o $@ $<
|
||||
pandoc -f $(md_format) -t s5 $(slide_opts) -o $@ $<
|
||||
|
||||
%.tex: %.md
|
||||
pandoc -f $(md_format) -t beamer -s --slide-level=2 -o $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user