diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-15 01:34:04 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-15 01:34:04 -0500 |
commit | 6819ff36a37ceb091cb793875e6f4529c0bccc1a (patch) | |
tree | 0440b3a46f4d5abc6c1721892ffb972f68d96864 | |
parent | 648cb00973eeb224bec85cf5b69cffca150cdf65 (diff) |
mod: gitfiles: doc: re-flow a paragraph
-rw-r--r-- | build-aux/Makefile.once.head/00-gitfiles.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build-aux/Makefile.once.head/00-gitfiles.mk b/build-aux/Makefile.once.head/00-gitfiles.mk index 1214e50..dbb4ae9 100644 --- a/build-aux/Makefile.once.head/00-gitfiles.mk +++ b/build-aux/Makefile.once.head/00-gitfiles.mk @@ -51,10 +51,10 @@ define mod.gitfiles.doc # subdirectory. To do this, it uses an expression involving # `$(nested.subdirs)`. # -# While gitfiles sets `files.src.src` very early -# in `each.head`, because `nested.subdirs` might not be set yet, it may -# or may not be safe to use the value of `$(files.src.src)` in your -# Makefile, depending on how you set `nested.subdirs`. +# While gitfiles sets `files.src.src` very early in `each.head`, because +# `nested.subdirs` might not be set yet, it may or may not be safe to +# use the value of `$(files.src.src)` in your Makefile, depending on how +# you set `nested.subdirs`. endef mod.gitfiles.doc := $(value mod.gitfiles.doc) |