]> git.donarmstrong.com Git - debhelper.git/commitdiff
mention configure
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 1 Jul 2009 23:51:51 +0000 (19:51 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 1 Jul 2009 23:51:51 +0000 (19:51 -0400)
doc/PROGRAMMING

index 450511e3885509cce8551827a5a72e07f2a85f7c..4e7ea463dfed10678a65e62bba35998c501d4b85 100644 (file)
@@ -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.