X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=svganimation.git;a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=c4fdd582937274c81467c37682cbff5da353b861;hp=1656d523bdb9fee86211dc496230aa8106bd91a4;hb=73c1423ab31887669bb5fcbfcd5003abe74a0c87;hpb=bb219b859367d3cbc212b5d4ad0dfd3ba6356af5 diff --git a/doc/Makefile b/doc/Makefile index 1656d52..c4fdd58 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,4 +4,4 @@ TEX = $(patsubst %.text,%.tex,$(TXT)) html: $(HTM) $(HTM) : %.html : %.md - pandoc -s --ascii --toc --template page-html.tmpl --email-obfuscation=references -f markdown -t html $< > $@ + pandoc -s --toc --template page-html.tmpl --email-obfuscation=references -f markdown -t html $< > $@