Repositories
/
olsrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98c26d7
)
bmf: install extra (documention) files
author
Ferry Huberts
<ferry.huberts@pelagic.nl>
Fri, 17 May 2019 16:22:45 +0000
(18:22 +0200)
committer
Ferry Huberts
<ferry.huberts@pelagic.nl>
Mon, 17 Jun 2019 21:04:50 +0000
(23:04 +0200)
Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
lib/bmf/Makefile
patch
|
blob
|
history
diff --git
a/lib/bmf/Makefile
b/lib/bmf/Makefile
index
8f8f802
..
319ec05
100644
(file)
--- a/
lib/bmf/Makefile
+++ b/
lib/bmf/Makefile
@@
-61,8
+61,16
@@
endif
install: $(PLUGIN_FULLNAME)
$(STRIP) $(PLUGIN_FULLNAME)
$(INSTALL_LIB)
+ifneq ($(DOCDIR_OLSRD),)
+ mkdir -p "$(DOCDIR_OLSRD)"
+ cp "README_BMF" "$(DOCDIR_OLSRD)"
+endif
uninstall:
+ifneq ($(DOCDIR_OLSRD),)
+ rm -f "$(DOCDIR_OLSRD)/README_BMF"
+ rmdir -p --ignore-fail-on-non-empty "$(DOCDIR_OLSRD)"
+endif
$(UNINSTALL_LIB)
clean: