mirror of
https://github.com/netdata/netdata.git
synced 2025-05-02 16:30:12 +00:00
Fix changelog path, add all README.md files to Debian package doc (#4657)
This commit is contained in:
parent
c23aed3a8e
commit
cc786edf34
2 changed files with 9 additions and 11 deletions
contrib/debian
|
@ -1 +1 @@
|
||||||
ChangeLog
|
CHANGELOG.md
|
||||||
|
|
|
@ -54,16 +54,14 @@ override_dh_install: debian/netdata.postinst
|
||||||
override_dh_installdocs:
|
override_dh_installdocs:
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
|
|
||||||
# Docs should not be under /usr/lib
|
find . \
|
||||||
#
|
-name README.md \
|
||||||
mv $(TOP)/usr/lib/$(DEB_HOST_MULTIARCH)/netdata/plugins.d/README.md \
|
-not -path './.travis/*' \
|
||||||
$(TOP)/usr/share/doc/netdata/README.plugins.md
|
-not -path './debian/*' \
|
||||||
mv $(TOP)/usr/lib/$(DEB_HOST_MULTIARCH)/netdata/charts.d/README.md \
|
-exec cp \
|
||||||
$(TOP)/usr/share/doc/netdata/README.charts.md
|
--parents \
|
||||||
|
--target $(TOP)/usr/share/doc/netdata/ \
|
||||||
# This doc is currently empty, so no point installing it.
|
{} \;
|
||||||
#
|
|
||||||
rm $(TOP)/usr/lib/$(DEB_HOST_MULTIARCH)/netdata/node.d/README.md
|
|
||||||
|
|
||||||
override_dh_fixperms:
|
override_dh_fixperms:
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue