From d7b3619dad84f4f24aa3ab6629246a3324bdc2cd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Aug 2023 09:23:44 +0200 Subject: Document target types in manual (GH issue #309) --- libbuild2/bin/init.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbuild2/bin') diff --git a/libbuild2/bin/init.cxx b/libbuild2/bin/init.cxx index 05a9c60..27e0b77 100644 --- a/libbuild2/bin/init.cxx +++ b/libbuild2/bin/init.cxx @@ -466,6 +466,9 @@ namespace build2 if (first) { + // NOTE: remember to update the documentation if changing anything + // here! + // rs.insert_target_type (); rs.insert_target_type (); rs.insert_target_type (); -- cgit v1.1