diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-07-01 19:51:51 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-07-01 19:51:51 -0400 |
commit | 83066659cc06d097057dd08d09d674cdcdac8b52 (patch) | |
tree | 31b058dc2625ecec1dad05d290d30be411cc9e0e /doc | |
parent | f7ec962f604a8ca44550a44aa2ecc50c20d65467 (diff) | |
download | debhelper-83066659cc06d097057dd08d09d674cdcdac8b52.tar.gz |
mention configure
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PROGRAMMING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index 450511e3..4e7ea463 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -274,7 +274,7 @@ and are derived from Debian::Debhelper::Buildsystem, or other, related classes. A buildsystem class needs to inherit or define these methods: DESCRIPTION, -check_auto_buildable, build, test, install, clean. See the comments +check_auto_buildable, configure, build, test, install, clean. See the comments inside Debian::Debhelper::Buildsystem for details. Note that this interface is still subject to change. |