Rename all manuals with an _ to have a -. It helps released naming of files.

This commit is contained in:
Chris Johns
2016-11-03 16:58:08 +11:00
parent 6207c37d9c
commit 72a62ad88f
139 changed files with 9 additions and 11 deletions

View File

@@ -8,13 +8,13 @@ path.append(abspath('common'))
import waf as docs_waf
build_all = ['c_user',
'posix_users',
build_all = ['c-user',
'posix-users',
'shell',
'user',
'eclipse',
'bsp_howto',
'cpu_supplement',
'bsp-howto',
'cpu-supplement',
'filesystem',
'rsb',
'develenv']