From 31d4805c43f1293e13bcc6fb9c0e7d1723d2273a Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Thu, 7 Mar 2024 10:01:17 +0100 Subject: [PATCH] Remove `bin/` from src code dir layout docs --- doc/hacking/hacking.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/hacking/hacking.rst b/doc/hacking/hacking.rst index cf2c9d3818..e24b9387a5 100644 --- a/doc/hacking/hacking.rst +++ b/doc/hacking/hacking.rst @@ -113,7 +113,6 @@ A rough guide to the source tree: ================================= ================================================================= Directory Description ================================= ================================================================= -:file:`bin/` NAV 'binaries'; executable scripts and programs. :file:`contrib/` User contributed NAV tools. NAV doesn't depend on these, and any maintenance of them is left up to the original developers. We do not offer support for these tools.