createrelease: release pdfs will be built by github actions

This commit is contained in:
Daniel Marjamäki 2021-03-21 21:35:15 +01:00
parent 9826d85f66
commit 778b1a588f
1 changed files with 1 additions and 7 deletions

View File

@ -99,15 +99,9 @@ scp $releasename.* danielmarjamaki,cppcheck@frs.sourceforge.net:/home/frs/projec
rm $releasename.*
cd ..
# Generate the manual.pdf, manual.html and version.txt
# Generate version.txt
make -j4
./cppcheck --version > upload/version.txt
cd ~/cppcheck/man
./buildman.sh
mv manual.pdf ../upload/
mv manual.html ../upload/
mv reference-cfg-format.pdf ../upload/
mv reference-cfg-format.html ../upload/
cd ~/cppcheck/upload
scp * danielmarjamaki,cppcheck@web.sourceforge.net:htdocs/