diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-04-23 14:20:17 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-04-23 14:20:17 +0200 |
commit | 5a1feddfe76f856eca3943d4252cff5a3be5de73 (patch) | |
tree | fac19b20bbdb1d74a1a5e626f30d7b0f83d8191b | |
parent | 293220bed5a75efc963e33c183787e87e55e28d9 (diff) | |
parent | 29132f99c56555c323c28ae046d58c0cddf2e221 (diff) |
Merge branch 'man1' of https://github.com/alyssais/nix
-rw-r--r-- | doc/manual/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/local.mk b/doc/manual/local.mk index 81a7755e8..b9cbe48f6 100644 --- a/doc/manual/local.mk +++ b/doc/manual/local.mk @@ -80,7 +80,7 @@ install: $(d)/src/command-ref/new-cli if [[ $$name = SUMMARY ]]; then continue; fi; \ printf "Title: %s\n\n" "$$name" > $$i.tmp; \ cat $$i >> $$i.tmp; \ - lowdown -sT man $$i.tmp -o $(mandir)/man1/$$name.1; \ + lowdown -sT man -M section=1 $$i.tmp -o $(mandir)/man1/$$name.1; \ done $(docdir)/manual/index.html: $(MANUAL_SRCS) $(d)/book.toml $(d)/custom.css $(d)/src/SUMMARY.md $(d)/src/command-ref/new-cli $(d)/src/command-ref/conf-file.md $(d)/src/expressions/builtins.md |