From: Richard Kettlewell Date: Sat, 22 Sep 2007 10:25:10 +0000 (+0100) Subject: help/version checks X-Git-Tag: debian-1_5_99dev8~243^2~41 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/ba78989734edba8d619cb0f92f13b3bd4e310b65 help/version checks --- diff --git a/clients/Makefile.am b/clients/Makefile.am index a55c7a2..e2f5ec9 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -57,6 +57,10 @@ check-help: all ./disorder --version > /dev/null ./disorder --help > /dev/null ./disorder --help-commands > /dev/null + ./disorderfm --version > /dev/null + ./disorderfm --help > /dev/null + ./disorder-playrtp --version > /dev/null + ./disorder-playrtp --help > /dev/null # check that the command completions are up to date check-completions: