From: Peter Hutterer Date: Wed, 5 Jun 2019 01:15:12 +0000 (+1000) Subject: doc: fix distcheck X-Git-Tag: libevdev-1.7.0~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71bf23cdc47ac54995fd9e8e18c00dda05d00bd8;p=platform%2Fupstream%2Flibevdev.git doc: fix distcheck Signed-off-by: Peter Hutterer --- 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