]> git.donarmstrong.com Git - debhelper.git/commit
Update dh_auto documentation.
authorModestas Vainius <modestas@vainius.eu>
Wed, 17 Jun 2009 23:11:45 +0000 (02:11 +0300)
committerModestas Vainius <modestas@vainius.eu>
Wed, 17 Jun 2009 23:11:45 +0000 (02:11 +0300)
commit962a2e10c930e3504ea1c0327be2fdf70d53023e
tree26196a25203b03818d92dd5a8ec49d2e13111675
parent91928482af09c4ca1092f124921d0f47613c17ba
Update dh_auto documentation.

* dh_auto.pod -> dh_auto.7 - contains general information about dh_auto,
  its features, build systems supported by default (the latter is injected by
  man/dh_auto_pod script from Debian/Debhelper/Buildsystem/*.pm PODs via
  placeholders (#PLACEHOLDER#))
* POD in Debian/Debhelper/Buildsystem/*.pm -> dh_auto_<buildsystem>.7 - build
  system specific information.
* dh_auto_* -> dh_auto_*.1 - relatively shorty description of the specific
  dh_auto_* program and build system specific info for that step injected from
  Debian/Debhelper/Buildsystem/*.pm with man/dh_auto_pod script.
* man/dh_auto_pod $step - generates full dh_auto_$step POD (replaces
  placeholders).
* man/dh_auto_pod - generates full dh_auto.pod (replaces placeholders).

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
13 files changed:
Debian/Debhelper/Buildsystem/autoconf.pm
Debian/Debhelper/Buildsystem/cmake.pm
Debian/Debhelper/Buildsystem/makefile.pm
Debian/Debhelper/Buildsystem/perl_build.pm
Debian/Debhelper/Buildsystem/perl_makemaker.pm
Debian/Debhelper/Buildsystem/python_distutils.pm
dh_auto.pod [new file with mode: 0644]
dh_auto_build
dh_auto_clean
dh_auto_configure
dh_auto_install
dh_auto_test
man/dh_auto_pod [new file with mode: 0755]