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:
parent
f390303566
commit
efdb89994c
5 changed files with 763 additions and 19 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue