mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
display documentation on manifest files separately
it's probably better not to show the manifest file documentation in the command-specific pages, because these are implementation details that are not really practically useful. this means no additional hassle for building the manual, but clutters the table of contents a bit.
This commit is contained in:
parent
da0dbf36cb
commit
f8620758aa
12 changed files with 257 additions and 270 deletions
|
@ -33,7 +33,7 @@ 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/profile.cc: src/nix/profile.md src/nix/doc/files/profiles.md
|
||||
|
||||
src/nix/doc/files/%.md: doc/manual/src/command-ref/files/%.md
|
||||
mkdir -p $$(dirname $@)
|
||||
|
|
|
@ -11,7 +11,7 @@ them to be rolled back easily.
|
|||
|
||||
)""
|
||||
|
||||
#include "doc/files/user-profiles.md"
|
||||
#include "doc/files/profiles.md"
|
||||
|
||||
R""(
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue