mirror of https://github.com/nirenjan/libx52.git
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
parent
d9eed14e0d
commit
ad178d3f6d
|
@ -5,5 +5,5 @@ set -e
|
|||
./autogen.sh
|
||||
mkdir build
|
||||
cd build
|
||||
../configure
|
||||
../configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||
make docs/.stamp
|
||||
|
|
Loading…
Reference in New Issue