summaryrefslogtreecommitdiff
path: root/doc/PROGRAMMING
diff options
context:
space:
mode:
Diffstat (limited to 'doc/PROGRAMMING')
-rw-r--r--doc/PROGRAMMING2
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.