groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: Makefile.am: Correct a comment.


From: G. Branden Robinson
Subject: [groff] 01/01: Makefile.am: Correct a comment.
Date: Mon, 23 Apr 2018 06:08:52 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 3aae1e8939df0e86b3a46318cceb72e0eb774dc8
Author: G. Branden Robinson <address@hidden>
Date:   Mon Apr 23 06:06:33 2018 -0400

    Makefile.am: Correct a comment.
    
    Sync comment documenting SHORT_VERSION with reality; evidently at one
    point this was called SHORT_REVISION and did not survive contact with
    the enemy.  Also indicate where it's defined, since it's a groff thing
    and not a feature of gnulib's git-version-gen.
    
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6a05cca..bfea268 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -634,9 +634,9 @@ endif
 # REVISION is the full revision given by git-version-gen, which can
 # have non-alphanumeric symbols.
 #
-# SHORT_REVISION contains only the number of REVISION before the first
-# '.', e.g. if REVISION is '3.real.434-5aafd' then SHORT_REVISION is
-# '3'.
+# SHORT_VERSION (defined in configure.ac) contains only the number of
+# REVISION before the first '.', e.g. if REVISION is '3.real.434-5aafd'
+# then SHORT_VERSION is '3'.
 
 MAJOR_VERSION =`echo $(VERSION) | sed 's/\([0-9]\+\)\.[0-9]\+.*/\1/'`
 MINOR_VERSION =`echo $(VERSION) | sed 's/[0-9]\+\.\([0-9]\+\).*/\1/'`



reply via email to

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