aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-28 01:27:46 +0000
committerLibravatar GitHub <noreply@github.com>2024-02-28 01:27:46 +0000
commitdf2dbec7ee19b5ae0450d3e0f4166dd7a2a21a9c (patch)
treeb4e5307752020de1e456cb5a2fe768bf63933e25 /src/man/Makefile
parentbuild(deps): bump github/codeql-action from 3.24.3 to 3.24.5 (diff)
parentbuild: sync scan-build target with CI (diff)
downloadfirejail-df2dbec7ee19b5ae0450d3e0f4166dd7a2a21a9c.tar.gz
firejail-df2dbec7ee19b5ae0450d3e0f4166dd7a2a21a9c.tar.zst
firejail-df2dbec7ee19b5ae0450d3e0f4166dd7a2a21a9c.zip
Merge pull request #6222 from kmk3/build-override-tools
build: allow overriding certain tools & sync targets with CI
Diffstat (limited to 'src/man/Makefile')
-rw-r--r--src/man/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/Makefile b/src/man/Makefile
index 526ed7fcb..1c1fd49a5 100644
--- a/src/man/Makefile
+++ b/src/man/Makefile
@@ -13,7 +13,7 @@ all: $(TARGET)
13# foo.1: foo.1.in 13# foo.1: foo.1.in
14$(MOD_DIR)/%: $(MOD_DIR)/%.in $(ROOT)/config.mk 14$(MOD_DIR)/%: $(MOD_DIR)/%.in $(ROOT)/config.mk
15 @printf 'Generating %s from %s\n' $@ $< 15 @printf 'Generating %s from %s\n' $@ $<
16 @gawk -f $(MOD_DIR)/preproc.awk -- $(MANFLAGS) <$< | \ 16 @$(GAWK) -f $(MOD_DIR)/preproc.awk -- $(MANFLAGS) <$< | \
17 $(MOD_DIR)/mkman.sh $(VERSION) >$@ 17 $(MOD_DIR)/mkman.sh $(VERSION) >$@
18 18
19# foo.1.gz: foo.1 19# foo.1.gz: foo.1