Skip to content

Commit

Permalink
data/make_man.sh: remove check notice
Browse files Browse the repository at this point in the history
The notice was there when the manual pages were manually generated but
as it is now generated automatically by make, it is slightly annoying.
  • Loading branch information
MartinPulec committed Nov 15, 2023
1 parent bcb1500 commit 90e4db3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions data/make_man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,4 @@ while [ $# -gt 0 ]; do
shift
done

if [ -t 1 ]; then
printf "$(tput bold)Note:$(tput sgr0) Do not forget to check the generated manpages!\n"
fi

# vim: set noexpandtab tw=0:

0 comments on commit 90e4db3

Please sign in to comment.