mirror of https://github.com/nirenjan/libx52.git
Fix make distcheck
parent
38917ed6e5
commit
3efdce5abe
|
@ -41,6 +41,8 @@ include evtest/Makefile.am
|
||||||
include daemon/Makefile.am
|
include daemon/Makefile.am
|
||||||
include udev/Makefile.am
|
include udev/Makefile.am
|
||||||
|
|
||||||
|
include docs/Makefile.am
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Doxygen support
|
# Doxygen support
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
|
@ -36,6 +36,7 @@ x52dconfdir = @sysconfdir@/x52d
|
||||||
x52dconf_DATA = daemon/x52d.conf
|
x52dconf_DATA = daemon/x52d.conf
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
|
daemon/daemon.dox \
|
||||||
daemon/x52d_clock.h \
|
daemon/x52d_clock.h \
|
||||||
daemon/x52d_config.def \
|
daemon/x52d_config.def \
|
||||||
daemon/x52d_config.h \
|
daemon/x52d_config.h \
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Automake for documentation
|
||||||
|
#
|
||||||
|
# Copyright (C) 2021 Nirenjan Krishnan (nirenjan@nirenjan.org)
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
docs/main.dox \
|
||||||
|
docs/caveats.dox \
|
||||||
|
docs/integration.dox
|
|
@ -59,9 +59,3 @@ EXTRA_DIST += \
|
||||||
|
|
||||||
# Add test files to the distribution
|
# Add test files to the distribution
|
||||||
EXTRA_DIST += libx52/x52_test_gen.py libx52/x52_tests.json
|
EXTRA_DIST += libx52/x52_test_gen.py libx52/x52_tests.json
|
||||||
|
|
||||||
# Add documentation files to the distribution
|
|
||||||
EXTRA_DIST += \
|
|
||||||
libx52/doc/main.dox \
|
|
||||||
libx52/doc/caveats.dox \
|
|
||||||
libx52/doc/integration.dox
|
|
||||||
|
|
Loading…
Reference in New Issue