From 72a62ad88f82fe1ffee50024db4dd0f3fa5806f7 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 3 Nov 2016 16:58:08 +1100 Subject: Rename all manuals with an _ to have a -. It helps released naming of files. --- wscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 3e35dc9..86f3e94 100644 --- a/wscript +++ b/wscript @@ -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'] -- cgit v1.2.3