projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c64f98b
)
dist: include Doxyfile in the release tarball
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Thu, 8 Feb 2018 17:25:58 +0000
(18:25 +0100)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Thu, 8 Feb 2018 17:25:58 +0000
(18:25 +0100)
Doxyfile was missing from release tarballs. Include it.
Reported-by: SZ Lin <sz.lin@moxa.com>
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index dfa6d47d6d2fabb4bf4a980705cfde48aeef7443..9b1d00bba4e576dfdb6adb22b5d31b2f97a35c7b 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-26,4
+26,6
@@
doc:
@(cat Doxyfile; echo PROJECT_NUMBER = $(VERSION_STR)) | doxygen -
.PHONY: doc
+EXTRA_DIST = Doxyfile
+
endif