mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 08:00:09 +01:00
doc: fix distcheck
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
49206a2aba
commit
71bf23cdc4
1 changed files with 14 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue