Only generate man pages for mlpack_* programs.

This commit is contained in:
Ryan Curtin
2017-02-21 17:05:34 -05:00
parent 7e3ee524f8
commit 3a3a2f27da
+1 -1
View File
@@ -12,7 +12,7 @@ exec2man="$1"
outdir="$2"
mkdir -p "$outdir"
for program in `find . -perm /u=x,g=x,o=x | \
for program in `find . -perm /u=x,g=x,o=x -iname 'mlpack_*' | \
grep -v '[.]$' | \
grep -v '_test$' | \
sed 's|^./||'`; do