contrats: fix articles.md
This commit is contained in:
parent
e622d37279
commit
ac0399edb0
|
@ -2,8 +2,8 @@
|
|||
|
||||
all: convention.pdf
|
||||
|
||||
convention_partial.tex: convention.md
|
||||
pandoc -t latex convention.md > convention_partial.tex
|
||||
convention_partial.tex: articles.md
|
||||
pandoc -t latex articles.md > convention_partial.tex
|
||||
|
||||
convention.tex: header.tex convention_partial.tex footer.tex
|
||||
cat header.tex convention_partial.tex footer.tex > convention.tex
|
||||
|
|
Loading…
Reference in New Issue