X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=luatex.git;a=blobdiff_plain;f=luamplibAnimate%2FMakefile;fp=luamplibAnimate%2FMakefile;h=e554521602f9e3a89fac1de95a59139687bb6d33;hp=0000000000000000000000000000000000000000;hb=30844d84fbfc8309bc2ef767bb9e4171c54d8c3c;hpb=4ea824975f3b9c7a485facca72e907b1b0dac01c diff --git a/luamplibAnimate/Makefile b/luamplibAnimate/Makefile new file mode 100644 index 0000000..e554521 --- /dev/null +++ b/luamplibAnimate/Makefile @@ -0,0 +1,7 @@ +TXT = $(wildcard *.md) +HTM = $(patsubst %.md,%.html,$(TXT)) +TEX = $(patsubst %.text,%.tex,$(TXT)) + +html: $(HTM) +$(HTM) : %.html : %.md + pandoc -s --template page-html.tmpl --email-obfuscation=references -f markdown -t html $< > $@