Pack: Fixed pack description and generator script ...
... after adding new files to DSP component.
- Consider new Build section in Documentation
- Consider DSP ComputeLibrary and PrivateInclude

Change-Id: I52a44f609ab81dfcc24809e17d762dd5272c6fa3
diff --git a/manifest b/manifest
index 38b424c..a365c65 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,7 @@
 pdsc: ARM.CMSIS.pdsc
 preproc:
- - clean: CMSIS/Documentation/(Core,Core_A,DAP,Driver,DSP,NN,General,Pack,RTOS,RTOS2,SVD,Zone)
+ - clean: CMSIS/Documentation/(Build,Core,Core_A,DAP,Driver,DSP,NN,General,Pack,RTOS,RTOS2,SVD,Zone)
+ - doxygen: CMSIS/DoxyGen/Build/Build.dxy
  - doxygen: CMSIS/DoxyGen/Core/core.dxy
  - doxygen: CMSIS/DoxyGen/Core_A/core_A.dxy
  - doxygen: CMSIS/DoxyGen/DAP/dap.dxy
@@ -22,11 +23,13 @@
  - CMSIS/Core_A/**/*
  - CMSIS/DAP/**/*
  - CMSIS/Driver/**/*
+ - CMSIS/DSP/ComputeLibrary/**/*
  - CMSIS/DSP/Include/**/*
  - CMSIS/DSP/Source/**/*
  - CMSIS/DSP/Projects/**/*
  - CMSIS/DSP/Examples/**/*
  - CMSIS/DSP/Include/**/*: CMSIS/Include/
+ - CMSIS/DSP/PrivateInclude/**/*
  - CMSIS/DSP/Lib/**/*
  - CMSIS/NN/**/*
  - CMSIS/Pack/**/*
@@ -40,6 +43,7 @@
  - CMSIS/Utilities/Linux-gcc-4.4.4/**/*
  - CMSIS/Utilities/Linux-gcc-4.8.3/**/*
  - CMSIS/Documentation/**/*
+ - CMSIS/DoxyGen/Doxygen_Templates/search.css: CMSIS/Documentation/Build/html/search/search.css
  - CMSIS/DoxyGen/Doxygen_Templates/search.css: CMSIS/Documentation/Core/html/search/search.css
  - CMSIS/DoxyGen/Doxygen_Templates/search.css: CMSIS/Documentation/Core_A/html/search/search.css
  - CMSIS/DoxyGen/Doxygen_Templates/search.css: CMSIS/Documentation/Driver/html/search/search.css
@@ -47,4 +51,4 @@
  - CMSIS/DoxyGen/Doxygen_Templates/search.css: CMSIS/Documentation/DSP/html/search/search.css
  - CMSIS/DoxyGen/Doxygen_Templates/search.css: CMSIS/Documentation/DAP/html/search/search.css
  - CMSIS/DoxyGen/Doxygen_Templates/search.css: CMSIS/Documentation/NN/html/search/search.css
- - CMSIS/DoxyGen/Zone/genmodel/**/*: CMSIS/Documentation/Zone/genmodel/
+