aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-19 13:48:41 +0100
committerAlejandro Colomar <alx@kernel.org>2024-03-19 13:48:41 +0100
commit0faaead4b0290fb9ee0a82f71a483e469045a1dc (patch)
tree650918e1e36a2ec3a8550446601a3e8a76ce268a
parent6658bc41a8d66afbf348126f8adcffe86227e2e1 (diff)
downloadman-pages-0faaead4b0290fb9ee0a82f71a483e469045a1dc.tar.gz
share/mk/: Split long line
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--share/mk/build/_.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/share/mk/build/_.mk b/share/mk/build/_.mk
index 0a3cebec20..8ced9405f5 100644
--- a/share/mk/build/_.mk
+++ b/share/mk/build/_.mk
@@ -13,7 +13,13 @@ _MANDIR := $(builddir)/man
.PHONY: build
-build: build-book build-catman build-html build-pdf build-ps build-ex;
+build: \
+ build-book \
+ build-catman \
+ build-html \
+ build-pdf \
+ build-ps \
+ build-ex;
endif # include guard