mirror of https://github.com/nirenjan/libx52.git
Include default location of x52d.conf in documentation
This change adds the default location of x52d.conf in the release builds to the public documentation.reverse-scroll
parent
fec67b5994
commit
d9eed14e0d
|
@ -50,6 +50,9 @@ if HAVE_DOXYGEN
|
||||||
DXGEN = $(DXGEN_@AM_V@)
|
DXGEN = $(DXGEN_@AM_V@)
|
||||||
DXGEN_ = $(DXGEN_@AM_DEFAULT_V@)
|
DXGEN_ = $(DXGEN_@AM_DEFAULT_V@)
|
||||||
DXGEN_0 = @printf " DXGEN $<\n";
|
DXGEN_0 = @printf " DXGEN $<\n";
|
||||||
|
|
||||||
|
SYSCONFDIR=@sysconfdir@
|
||||||
|
export SYSCONFDIR
|
||||||
docs/.stamp: Doxyfile
|
docs/.stamp: Doxyfile
|
||||||
$(DXGEN)$(DOXYGEN) $<
|
$(DXGEN)$(DOXYGEN) $<
|
||||||
$(AM_V_at)touch $@
|
$(AM_V_at)touch $@
|
||||||
|
|
|
@ -21,7 +21,8 @@ the Windows X52 driver. It currently manages the following:
|
||||||
|
|
||||||
# Configuration file
|
# Configuration file
|
||||||
|
|
||||||
\b x52d can be controlled by means of a configuration file. The configuration
|
\b x52d can be controlled by means of a configuration file. The default location
|
||||||
|
of the configuration file is in `$(SYSCONFDIR)/x52d/x52d.conf`. The configuration
|
||||||
file is an INI style file, and the default configuration is as listed below:
|
file is an INI style file, and the default configuration is as listed below:
|
||||||
|
|
||||||
\include x52d.conf
|
\include x52d.conf
|
||||||
|
|
Loading…
Reference in New Issue