Make doxygen CI build use release parameters.

The previous commit used the value of `sysconfdir` to store the location
of the daemon configuration file inside the generated documentation.
However, the automatically generated documentation was using the default
values, which meant that the config file was located at
`/usr/local/etc/x52d/x52d.conf`, instead of just `/etc/x52d/x52d.conf`.
Updating the arguments to `./configure` to match that of the release
ensures that it will always stay up to date.
reverse-scroll
nirenjan 2021-10-07 01:14:05 -07:00
parent d9eed14e0d
commit ad178d3f6d
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ set -e
./autogen.sh
mkdir build
cd build
../configure
../configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make docs/.stamp