Repositories
/
olsrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8345d1b
)
mini: install extra (documention) files
author
Ferry Huberts
<ferry.huberts@pelagic.nl>
Fri, 17 May 2019 16:24:09 +0000
(18:24 +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/mini/Makefile
patch
|
blob
|
history
diff --git
a/lib/mini/Makefile
b/lib/mini/Makefile
index
684f257
..
a416a9d
100644
(file)
--- a/
lib/mini/Makefile
+++ b/
lib/mini/Makefile
@@
-59,8
+59,16
@@
endif
install: $(PLUGIN_FULLNAME)
$(STRIP) $(PLUGIN_FULLNAME)
$(INSTALL_LIB)
+ifneq ($(DOCDIR_OLSRD),)
+ mkdir -p "$(DOCDIR_OLSRD)"
+ cp "README_MINI" "$(DOCDIR_OLSRD)"
+endif
uninstall:
+ifneq ($(DOCDIR_OLSRD),)
+ rm -f "$(DOCDIR_OLSRD)/README_MINI"
+ rmdir -p --ignore-fail-on-non-empty "$(DOCDIR_OLSRD)"
+endif
$(UNINSTALL_LIB)
clean: