From 4fff43cc4bf2b89ad679c01b5cb71855291cca9d Mon Sep 17 00:00:00 2001 From: TJ Vanderpoel Date: Mon, 23 Feb 2015 21:50:51 -0600 Subject: [PATCH] daemontools: add slashpackage build-style to Manual.md --- Manual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Manual.md b/Manual.md index 231ff895f1b..7eb85e8c329 100644 --- a/Manual.md +++ b/Manual.md @@ -544,6 +544,8 @@ be defined to set the allowed python versions to be built, i.e: - `waf` For packages that use the Python `waf` method with python2. +- `slashpackage` For packages that use the /package heirarchy and package/compile to build. + > If `build_style` is not set, the template must (at least) define a `do_install()` function and optionally more phases via `do_xxx()` functions.