added the logos for our main ports
[wxWidgets.git] / docs / doxygen / regen.bat
1 REM $Id$
2
3 REM This bash script regenerates the HTML doxygen version of the
4 REM wxWidgets manual and adjusts the doxygen log to make it more
5 REM readable.
6
7 mkdir out
8 mkdir out\html
9
10 REM this image is not automatically copied by Doxygen because it's not
11 REM used in doxygen documentation but only in our html footer...
12 copy images\powered-by-wxwidgets.png out\html
13 copy images\*logo.png out\html
14
15 REM this CSS is automatically copied by Doxygen because it's
16 REM included by our custom html header...
17 copy wxwidgets.css out\html
18
19 REM
20 REM NOW RUN DOXYGEN
21 REM
22 REM NB: we do this _after_ copying the required files to the output folders
23 REM otherwise when generating the CHM file with Doxygen, those files are
24 REM not included!
25 REM
26 doxygen Doxyfile.all