diff --git a/genman.sh b/genman.sh index ae0f8c9..4c98d02 100755 --- a/genman.sh +++ b/genman.sh @@ -1,4 +1,8 @@ #!/bin/bash -mkdir -p build && cd build && cmake .. && make -s && \ -help2man -n "measure stack usage in applications" -N -o stackusage.1 ./stackusage +cd src && \ +help2man -n "measure stack usage in applications" -N -o stackusage.1 ./stackusage && \ +cd .. && \ +mkdir -p build && cd build && cmake .. && make -s + + diff --git a/src/stackusage b/src/stackusage index 7b6baee..9278dc7 100755 --- a/src/stackusage +++ b/src/stackusage @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2015-2018 Kristofer Berggren +# Copyright (C) 2015-2019 Kristofer Berggren # All rights reserved. # # stackusage is distributed under the BSD 3-Clause license, see LICENSE for details. @@ -43,9 +43,9 @@ showusage() showversion() { - echo "stackusage v1.10" + echo "stackusage v1.11" echo "" - echo "Copyright (C) 2015-2018 Kristofer Berggren" + echo "Copyright (C) 2015-2019 Kristofer Berggren" echo "" echo "stackusage is distributed under the BSD 3-Clause license." echo "" diff --git a/src/stackusage.1 b/src/stackusage.1 index 4317431..7979b5d 100644 --- a/src/stackusage.1 +++ b/src/stackusage.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. -.TH STACKUSAGE "1" "November 2018" "stackusage v1.1" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. +.TH STACKUSAGE "1" "November 2019" "stackusage v1.11" "User Commands" .SH NAME stackusage \- measure stack usage in applications .SH SYNOPSIS @@ -57,6 +57,6 @@ Written by Kristofer Berggren .SH "REPORTING BUGS" Report bugs at https://github.com/d99kris/stackusage .SH COPYRIGHT -Copyright \(co 2015\-2017 Kristofer Berggren +Copyright \(co 2015\-2019 Kristofer Berggren .PP stackusage is distributed under the BSD 3\-Clause license.