gbranden pushed a commit to branch master
in repository groff.

commit f36eb1d2548f3114de0cf4f92a376b1bfce8409e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Feb 5 21:17:13 2026 -0600

    HACKING: Fix style nit.
    
    Apply vertical space around list items, consistently with the rest of
    this file.
---
 HACKING | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/HACKING b/HACKING
index 5b7bbb54a..c8ff57ded 100644
--- a/HACKING
+++ b/HACKING
@@ -45,14 +45,17 @@ is available in 'doc/automake.mom'; peruse a PDF rendering 
in
 'doc/automake.pdf' in your build tree.
 
 Tips:
+
 * Don't define macros, including those ending in `_srcdir` or
   `_builddir`, unless you need to interpolate them elsewhere in the *.am
   file.
+
 * If you need to define a `_builddir` macro, give it a plain literal
   value; do _not_ lead it with an interpolation of `top_builddir` or
   anything else.  Failure to heed this advice leads to out-of-tree build
   failures with BSD Make.
 
+
 Testing
 -------
 

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to