add rust report to make
This commit is contained in:
10
makefile
10
makefile
@@ -81,3 +81,13 @@ pdf/rtos_report.booklet.pdf: converters/bookletify.latex pdf/rtos_report.pdf
|
|||||||
sed -e 's|?pdf?|../../pdf/rtos_report.pdf|' converters/bookletify.latex >build/rtos_report.booklet/bookletify.latex
|
sed -e 's|?pdf?|../../pdf/rtos_report.pdf|' converters/bookletify.latex >build/rtos_report.booklet/bookletify.latex
|
||||||
pdflatex -interaction=nonstopmode -output-directory="build/rtos_report.booklet" "build/rtos_report.booklet/bookletify.latex"
|
pdflatex -interaction=nonstopmode -output-directory="build/rtos_report.booklet" "build/rtos_report.booklet/bookletify.latex"
|
||||||
mv build/rtos_report.booklet/bookletify.pdf pdf/rtos_report.booklet.pdf
|
mv build/rtos_report.booklet/bookletify.pdf pdf/rtos_report.booklet.pdf
|
||||||
|
|
||||||
|
pdf/rust_report.pdf: converters/* report-3/*.md
|
||||||
|
mkdir -p build/rust_report
|
||||||
|
bash converters/mdToLatex.sh report-3/rust_report.md
|
||||||
|
|
||||||
|
pdf/rust_report.booklet.pdf: converters/bookletify.latex pdf/rust_report.pdf
|
||||||
|
mkdir -p build/rust_report.booklet
|
||||||
|
sed -e 's|?pdf?|../../pdf/rust_report.pdf|' converters/bookletify.latex >build/rust_report.booklet/bookletify.latex
|
||||||
|
pdflatex -interaction=nonstopmode -output-directory="build/rust_report.booklet" "build/rust_report.booklet/bookletify.latex"
|
||||||
|
mv build/rust_report.booklet/bookletify.pdf pdf/rust_report.booklet.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user