eccodes/doxygen/make_dox_web.sh

14 lines
268 B
Bash
Raw Normal View History

2013-03-25 12:04:10 +00:00
#!/bin/sh
2013-03-25 14:23:07 +00:00
./prepare_pydocs.pl < ../python/eccode.py > eccode.py
2013-03-25 12:04:10 +00:00
cd ../tools
./make_dox.ksh
cd ../doxygen
p4 edit ../html_web/*
rm -f ../html_web/*
doxygen grib_api_site.cfg
cp doxygen.css ../html_web/
./build_gribex.ksh gribex ../html_web/gribexkeys
./make_site.ksh