chg: [build] add ack page and update PDF metadata

improvedChecklist
Alexandre Dulaunoy 2018-12-29 16:39:05 +01:00
parent 162ad4ced4
commit 2209f4380f
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 15 additions and 0 deletions

View File

@ -11,4 +11,19 @@ for slide in ${slidedecks[@]}; do
pdflatex slide.tex
rm *.aux *.toc *.snm *.log *.out *.nav
cp slide.pdf ../output/${slide}.pdf
cd ..
done
echo "Generating ack page..."
cd complementary/ack
pdflatex ack.tex
rm *.aux *.log *.out
cp ack.pdf ../../output
cd ../..
echo "Generating handout..."
cd output
pdfunite *.pdf ../misp-training.pdf
cd ..
exiftool -Title="MISP Training and Slide Decks" -Author="CIRCL Computer Incident Response Center Luxembourg" -Subject="MISP Threat Intelligence Platform Training Materials" -Keywords="MISP Threat Intelligence CTI STIX information sharing yara sigma suricata snort bro openioc threat-actor TIP threat intelligence platform circl.lu training cybersecurity MISPProject" misp-training.pdf