gbranden pushed a commit to branch master
in repository groff.
commit 724e2947c639d01e4dfea84188057db8af3d6996
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jul 20 21:50:36 2026 -0500
INSTALL.REPO: Document `--enable-maintainer-mode`.
---
INSTALL.REPO | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/INSTALL.REPO b/INSTALL.REPO
index 8f29994ec..3b6aa46ea 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -83,7 +83,7 @@ You can now run the "configure" script. It produces the
"config.status"
script, which generates the Makefile. Then run "make" to build the
groff project. You can perform these actions from the source tree.
- $ ./configure
+ $ ./configure --enable-maintainer-mode
$ make # run with -j option if desired
You can alternatively build groff outside of its source tree, which is
@@ -92,7 +92,7 @@ undertake development.
$ mkdir build
$ cd build
- $ ../configure
+ $ ../configure --enable-maintainer-mode
$ make # run with -j option if desired
A separate build tree need not be a subdirectory of the source.
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit