File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ convertbsp = sed -e 's@\\\[@[@g' -e 's@\\\]@]@g' -e 's@\\_]@_@g'
67
67
# ## webpages
68
68
# #######################################################################
69
69
70
- # markdown2web = $(PANDOC) --email-obfuscation=none -f markdown $(filter-out tmp/webtemplate.html,$+) --template tmp/webtemplate -V select_$(basename $(@F)) -o $@ -s --mathjax=https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
71
- markdown2web = $(PANDOC ) $(filter-out tmp/webtemplate.html,$+ ) --template tmp/webtemplate -V select_$(basename $(@F ) ) -o $@ -s --mathjax=https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
70
+ markdown2web = $(PANDOC ) --email-obfuscation=none -f markdown $(filter-out tmp/webtemplate.html,$+ ) --template tmp/webtemplate -V select_$(basename $(@F ) ) -o $@ -s --mathjax=https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
71
+ # markdown2web = $(PANDOC) $(filter-out tmp/webtemplate.html,$+) --template tmp/webtemplate -V select_$(basename $(@F)) -o $@ -s --mathjax=https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
72
72
73
73
74
74
$(webpages ) : tmp/links_web.md tmp/images_local_png.md tmp/webtemplate.html
You can’t perform that action at this time.
0 commit comments