remove removed options from pandoc
[libreriscv.git] / openpower / sv / rfc / Makefile
1 all: ls001.pdf ls002.pdf ls003.pdf ls004.pdf ls005.pdf
2
3 %.pdf: %.mdwn
4 pandoc \
5 -V margin-top=0.9in \
6 -V margin-bottom=0.9in \
7 -V margin-left=0.4in \
8 -V margin-right=0.4in \
9 -V fontsize=9pt \
10 -V papersize=legal \
11 -V linkcolor=blue \
12 -f markdown $*.mdwn \
13 -s --self-contained \
14 -o $*.pdf
15
16 upload:
17 rsync -HPavz *.pdf libre-soc.org:opf_isa_wg/
18 ssh libre-soc.org 'cp opf_isa_wg/*.pdf /var/www/ftp.libre-riscv.org/opf_ext_rfc/'
19
20 clean:
21 rm -fr *.pdf