Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f994212b authored by Severin Lemaignan's avatar Severin Lemaignan
Browse files

adjust Makefile to generate EU report output

parent af1597f9
No related branches found
No related tags found
Loading
......@@ -19,10 +19,18 @@ all: docx
pdflatex $(<)
%.docx: %.md
pandoc $(<) -o $(@)
pandoc spring-architecture.md --toc --toc-depth=2 --reference-doc=spring-template.docx -o $(@)
@echo "\n$(@) is ready."
docx: $(SRC:.json=.docx)
%.odt: %.md
pandoc spring-architecture.md --toc --toc-depth=2 --reference-doc=spring-template.odt -o $(@)
@echo "\n$(@) is ready."
odt: $(SRC:.json=.odt)
pdf: $(SRC:.json=.pdf)
svg: $(SRC:.json=.svg)
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment