projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6b5287
)
Fix 'dist' make target.
author
Bert Vermeulen
<bert@biot.com>
Tue, 10 Dec 2013 00:05:59 +0000
(
01:05
+0100)
committer
Bert Vermeulen
<bert@biot.com>
Tue, 10 Dec 2013 00:05:59 +0000
(
01:05
+0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 9a0a8924baf1fec14048ff49bbd94365d6bacbd4..a9460e55ad9dd6b29b3e6f4bb7b564b8d3fe822a 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-58,6
+58,10
@@
ChangeLog:
git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
dist-hook: ChangeLog
+ $(MKDIR_P) $(distdir)/tools
+ cp tools/install-decoders $(distdir)/tools
+ $(MKDIR_P) $(distdir)/decoders
+ tools/install-decoders -o $(distdir)/decoders
install-decoders:
$(MKDIR_P) $(DESTDIR)$(DECODERS_DIR)