doc: fix section in nix3 man page metadata

These man pages said they were in section 7, even though we were
installing them to section 1 (which is the right place for them).
This commit is contained in:
Alyssa Ross 2021-04-23 10:52:54 +00:00
parent 293220bed5
commit 29132f99c5
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -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