createrelease: added more tasks
This commit is contained in:
parent
56797182c4
commit
bedc975630
|
@ -45,6 +45,8 @@
|
||||||
# ./dmake
|
# ./dmake
|
||||||
# git commit -a -m "Makefile: Set debug mode"
|
# git commit -a -m "Makefile: Set debug mode"
|
||||||
#
|
#
|
||||||
|
# Update download link on index.php main page
|
||||||
|
#
|
||||||
# Generate the manual.pdf, manual.html and version.txt
|
# Generate the manual.pdf, manual.html and version.txt
|
||||||
# make
|
# make
|
||||||
# ./cppcheck --version > version.txt
|
# ./cppcheck --version > version.txt
|
||||||
|
@ -59,6 +61,8 @@
|
||||||
# compile new democlient:
|
# compile new democlient:
|
||||||
# ssh -t danielmarjamaki,cppcheck@shell.sourceforge.net
|
# ssh -t danielmarjamaki,cppcheck@shell.sourceforge.net
|
||||||
# ./build.sh 1.43
|
# ./build.sh 1.43
|
||||||
|
#
|
||||||
|
# run daca with new release
|
||||||
|
|
||||||
# Tag to use
|
# Tag to use
|
||||||
tag=$1
|
tag=$1
|
||||||
|
|
Loading…
Reference in New Issue