Scroll to navigation

DH_NODEJS_AUTODOCS(1p) User Contributed Perl Documentation DH_NODEJS_AUTODOCS(1p)

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

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.

COPYRIGHT AND LICENSE

Copyright Yadd <yadd@debian.org>

Licensed under GPL-2+ (see /usr/share/common-licenses/GPL-2)

2022-03-13 perl v5.34.0