preserve doxygen 1.6.x look also with doxygen 1.7.x: it produces more readable navigation tabs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2010-07-25 11:05:43 +00:00
parent 7197bbad21
commit ef7f03ad83
7 changed files with 227 additions and 5 deletions

View File

@@ -31,14 +31,16 @@ mkdir -p out/html/wxmsw out/html/wxgtk out/html/wxmac
# custom aliases
cp images/powered-by-wxwidgets.png out/html
cp images/logo_*.png out/html
cp images/tab_*.gif out/html
cp images/wxmsw/*png out/html/wxmsw
cp images/wxmac/*png out/html/wxmac
cp images/wxgtk/*png out/html/wxgtk
cp wxwidgets.js out/html
# this CSS is not automatically copied by Doxygen because it's
# these CSS are not automatically copied by Doxygen because they're
# included by our custom html header...
cp wxwidgets.css out/html
cp wxtabs.css out/html
# which configuration should we use?
if [[ -z "$1" ]]; then