mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
03c3561f2c
commit
0f277a216f
7
Makefile
7
Makefile
@ -172,15 +172,14 @@ LN := cp -l
|
||||
#%.md: %.tex
|
||||
# pandoc -t $(MD_FORMAT) -s $< -o $@
|
||||
|
||||
# XXX STUB/HACK...
|
||||
# ...need to call $(TEX) on the result...
|
||||
# ...need to install the internet class...
|
||||
# https://github.com/loopspace/latex-to-internet
|
||||
# XXX EXPERIMENTAL...
|
||||
# XXX revise:
|
||||
# ...for this to work we need to replace:
|
||||
# \documentclass{ltxdoc}
|
||||
# to:
|
||||
# \documentclass[markdownextra]{internet}
|
||||
# XXX install the internet class...
|
||||
# https://github.com/loopspace/latex-to-internet
|
||||
%.md: %.tex
|
||||
cat $< \
|
||||
| sed 's/documentclass{ltxdoc}/documentclass[markdownextra]{internet}/' \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user