libdspl-2.0/dspl/dox/makedoc.sh

28 wiersze
434 B
Bash
Czysty Zwykły widok Historia

#!/bin/bash
2018-07-08 20:57:52 +00:00
2018-10-03 20:48:33 +00:00
#find ../../ru -name "*.c" -exec cp -rf {} ../test/src \;
#find ../../ru -name "*.dox" -exec cp -rf {} ../test/dox/ru \;
#find ../../ru -name "*.plt" -exec cp -rf {} ../test/bin/gnuplot \;
2018-10-03 20:48:33 +00:00
2019-11-04 14:05:33 +00:00
cd ../../
mingw32-make clean
mingw32-make
cd examples/bin
2018-07-08 20:57:52 +00:00
for file in *.exe
do
2019-11-04 14:05:33 +00:00
"./$file" --plotpng
2018-07-08 20:57:52 +00:00
done
cd ../../dspl/dox
2018-07-08 20:57:52 +00:00
doxygen doxyfile_ru
doxygen doxyfile_en
2018-07-08 20:57:52 +00:00
2019-11-04 14:05:33 +00:00
#cd ../
#mingw32-make clean
#cd dox
#pkill -x gnuplot