mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Include user-profiles.md into nix profile --help
This commit is contained in:
parent
8a93b5a551
commit
aee5e82b42
2 changed files with 7 additions and 4 deletions
|
@ -32,3 +32,9 @@ src/nix/develop.cc: src/nix/get-env.sh.gen.hh
|
|||
src/nix-channel/nix-channel.cc: src/nix-channel/unpack-channel.nix.gen.hh
|
||||
|
||||
src/nix/main.cc: doc/manual/generate-manpage.nix.gen.hh doc/manual/utils.nix.gen.hh
|
||||
|
||||
src/nix/profile.cc: src/nix/profile.md src/nix/doc/files/user-profiles.md
|
||||
|
||||
src/nix/doc/files/%.md: doc/manual/src/command-ref/files/%.md
|
||||
mkdir -p $$(dirname $@)
|
||||
( printf 'R""(\n'; cat $^; printf '\n)""' ) > $@
|
||||
|
|
|
@ -9,8 +9,5 @@ them to be rolled back easily.
|
|||
|
||||
# Files
|
||||
|
||||
See [the "User Profiles" documentation page](@docroot@/command-ref/files/user-profiles.md).
|
||||
|
||||
This page can be viewed offline with **`man 5 nix3-user-profiles`**.
|
||||
|
||||
)""
|
||||
#include "doc/files/user-profiles.md"
|
||||
|
|
Loading…
Reference in a new issue