summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2019-06-05 11:15:12 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2019-06-05 11:15:15 +1000
commit71bf23cdc47ac54995fd9e8e18c00dda05d00bd8 (patch)
treef9929b1be86b2461ae343bf7d84bdc51c2a1564e /doc
parent49206a2aba69850f9ace2bfaaf1b1d14b7ec774d (diff)
doc: fix distcheck
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3d3702c..8f056d8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -15,7 +15,20 @@ clean-local:
$(AM_V_at)rm -rf html
doc_src= $(shell find html -type f -printf "html/%P\n" 2>/dev/null)
-EXTRA_DIST = html/index.html $(doc_src) libevdev.css
+style_src = \
+ style/bootstrap.css \
+ style/customdoxygen.css \
+ style/doxy-boot.js \
+ style/dynsections.js \
+ style/footer.html \
+ style/header.html \
+ style/layout.xml \
+ style/libevdevdoxygen.css \
+ style/LICENSE \
+ style/README.md \
+ style/style.css
+
+EXTRA_DIST = html/index.html $(doc_src) $(style_src)
endif