qucs_s/doxygen/run-doxygen.sh
2016-01-27 22:16:53 +01:00

10 lines
208 B
Bash
Executable File

#!/bin/sh
# Run doxygen for qucs
# TODO create doxygen files for the other qucs-tools
VERSION=$(cat ../../VERSION)
sed "s/0\.\0\.18/${VERSION}/g" doxygen.cfg > temp
mv temp doxygen.cfg
doxygen doxygen.cfg