summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-15 01:34:04 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-15 01:34:04 -0500
commit6819ff36a37ceb091cb793875e6f4529c0bccc1a (patch)
tree0440b3a46f4d5abc6c1721892ffb972f68d96864 /build-aux
parent648cb00973eeb224bec85cf5b69cffca150cdf65 (diff)
mod: gitfiles: doc: re-flow a paragraph
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/Makefile.once.head/00-gitfiles.mk8
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)