1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-13 17:10:47 +02:00

Convert nix.conf manpage

This commit is contained in:
Eelco Dolstra 2020-07-23 10:56:15 +02:00
parent f390303566
commit efdb89994c
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
5 changed files with 763 additions and 19 deletions

View file

@ -12,7 +12,8 @@ dist-files += $(d)/version.txt
# Generate man pages.
man-pages := $(foreach n, \
nix-copy-closure.1, \
nix-copy-closure.1 \
nix.conf.5, \
$(d)/$(n))
# nix-env.1 nix-build.1 nix-shell.1 nix-store.1 nix-instantiate.1 \
# nix-collect-garbage.1, \
@ -27,6 +28,9 @@ dist-files += $(man-pages)
$(d)/nix-copy-closure.1: $(d)/src/command-ref/nix-copy-closure.md
$(trace-gen) lowdown -sT man $^ -o $@
$(d)/nix.conf.5: $(d)/src/command-ref/conf-file.md
$(trace-gen) lowdown -sT man $^ -o $@
# Generate the HTML manual.
install: $(docdir)/manual/index.html