remove svn:executable property
[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
14 REM this CSS is automatically copied by Doxygen because it's
15 REM included by our custom html header...
16 copy wxwidgets.css out\html
17
18 REM
19 REM NOW RUN DOXYGEN
20 REM
21 REM NB: we do this _after_ copying the required files to the output folders
22 REM otherwise when generating the CHM file with Doxygen, those files are
23 REM not included!
24 REM
25 doxygen Doxyfile.all