groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/04: contrib/hdtbl/hdtbl.am: Fix white space nit.


From: G. Branden Robinson
Subject: [groff] 01/04: contrib/hdtbl/hdtbl.am: Fix white space nit.
Date: Fri, 25 Mar 2022 09:35:40 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit c3dc838c089c155580a2fef32248b16e1f9740ed
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Mar 23 16:24:15 2022 +1100

    contrib/hdtbl/hdtbl.am: Fix white space nit.
    
    The lack of space between rules was confusing me while chasing make(1)
    problems.
---
 contrib/hdtbl/hdtbl.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/hdtbl/hdtbl.am b/contrib/hdtbl/hdtbl.am
index 0e09c7dc..1e219a82 100644
--- a/contrib/hdtbl/hdtbl.am
+++ b/contrib/hdtbl/hdtbl.am
@@ -120,6 +120,7 @@ SUFFIXES += .roff .in .ps
             -dfontpath=$(top_srcdir)/font \
             -dsopath=$(hdtbl_srcdir)/ \
             -mhdtbl $< >$@
+
 .in.roff:
        $(AM_V_GEN)$(MKDIR_P) `dirname $@` \
        && sed -e "s|[@]fontdir[@]|$(fontdir)|" \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]