Skip to content

Commit

Permalink
createrelease: release pdfs will be built by github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Mar 21, 2021
1 parent 9826d85 commit 778b1a5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions createrelease
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,9 @@ scp $releasename.* danielmarjamaki,[email protected]:/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,[email protected]:htdocs/
Expand Down

0 comments on commit 778b1a5

Please sign in to comment.