about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-09-20 23:22:49 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-09-22 01:38:23 -0300
commitc1b3bfba4f2993d8d789cc86b0cae13db75862c0 (patch)
tree0f2c95ceac096c31a33553d12cf1349c9c841e95 /doc
parentae8fff7469df9bb6f6c9a544a7a4b51c2bf2972c (diff)
downloadnixlib-c1b3bfba4f2993d8d789cc86b0cae13db75862c0.tar
nixlib-c1b3bfba4f2993d8d789cc86b0cae13db75862c0.tar.gz
nixlib-c1b3bfba4f2993d8d789cc86b0cae13db75862c0.tar.bz2
nixlib-c1b3bfba4f2993d8d789cc86b0cae13db75862c0.tar.lz
nixlib-c1b3bfba4f2993d8d789cc86b0cae13db75862c0.tar.xz
nixlib-c1b3bfba4f2993d8d789cc86b0cae13db75862c0.tar.zst
nixlib-c1b3bfba4f2993d8d789cc86b0cae13db75862c0.zip
doc: include short docs about bmake
Diffstat (limited to 'doc')
-rw-r--r--doc/hooks/bmake.section.md7
-rw-r--r--doc/hooks/index.md1
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/hooks/bmake.section.md b/doc/hooks/bmake.section.md
new file mode 100644
index 000000000000..6b40ac13e8b9
--- /dev/null
+++ b/doc/hooks/bmake.section.md
@@ -0,0 +1,7 @@
+# bmake {#bmake-hook}
+
+[bmake](https://www.crufty.net/help/sjg/bmake.html) is the portable variant of
+NetBSD make utility.
+
+In Nixpkgs, `bmake` comes with a hook that overrides the default build, check,
+install and dist phases.
diff --git a/doc/hooks/index.md b/doc/hooks/index.md
index 8100e91c8b48..363d627e5258 100644
--- a/doc/hooks/index.md
+++ b/doc/hooks/index.md
@@ -8,6 +8,7 @@ The stdenv built-in hooks are documented in [](#ssec-setup-hooks).
 autoconf.section.md
 automake.section.md
 autopatchelf.section.md
+bmake.section.md
 breakpoint.section.md
 cmake.section.md
 gdk-pixbuf.section.md