Man page - dh_nodejs_autodocs(1)
Packages contains this manual
- pkgjs-pjson(1)
- list-node-modules(1)
- pkgjs-install-minimal(1)
- pkgjs-main(1)
- dh_nodejs_build_debug_package(1)
- dh_nodejs_autodocs(1)
- nodepath(1)
- pkgjs-run(1)
- list-node-components(1)
- pkgjs-ln(1)
- mjs2cjs(1)
- pkgjs-lerna(1)
- del-node-component(1)
- add-node-component(1)
- dh_nodejs_substvars(1)
- pkgjs-utils(1)
- pkgjs(1)
apt-get install dh-nodejs
Manual
DH_NODEJS_AUTODOCS
NAMESYNOPSIS
DESCRIPTION
Multiple binary package
COPYRIGHT AND LICENSE
NAME
dh_nodejs_autodocs - automatically install components doc files
SYNOPSIS
override_dh_installdocs:
dh_installdocs
dh_nodejs_autodocs
For multiple binary packages:
override_dh_installdocs:
dh_installdocs
dh_nodejs_autodocs node-foo
Or best:
override_dh_installdocs:
dh_installdocs
dh_nodejs_autodocs auto_dispatch
DESCRIPTION
dh_nodejs_autodocs automatically install README.md, CONTRIBUTING.md,... for each root component in its "/usr/share/doc/node-name" directory.
If no "debian/*docs" is found, it does the same for the main component.
Multiple binary package
|
• |
If no argument is given, dh_nodejs_autodocs installs the whole auto-selected documentation in the binary package which name starts with "node-". If none exists or if there is more than one, it fails. |
||
|
• |
If dh_nodejs_autodocs is launched with auto_dispatch , it dispatches auto-selected doc in related binary packages. |
||
|
• |
If dh_nodejs_autodocs is launched with a binary package name, it installs the whole auto-selected doc in it. |
COPYRIGHT AND LICENSE
Copyright Yadd <yadd@debian.org>
Licensed under GPL-2+ (see /usr/share/common-licenses/GPL-2)