Fix make distcheck

reverse-scroll
nirenjan 2021-08-01 23:56:37 -07:00
parent 38917ed6e5
commit 3efdce5abe
4 changed files with 13 additions and 6 deletions

View File

@ -41,6 +41,8 @@ include evtest/Makefile.am
include daemon/Makefile.am
include udev/Makefile.am
include docs/Makefile.am
#######################################################################
# Doxygen support
#######################################################################

View File

@ -36,6 +36,7 @@ x52dconfdir = @sysconfdir@/x52d
x52dconf_DATA = daemon/x52d.conf
EXTRA_DIST += \
daemon/daemon.dox \
daemon/x52d_clock.h \
daemon/x52d_config.def \
daemon/x52d_config.h \

10
docs/Makefile.am 100644
View File

@ -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

View File

@ -59,9 +59,3 @@ EXTRA_DIST += \
# Add test files to the distribution
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