diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-05-15 10:38:11 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-05-15 10:38:11 -0400 |
commit | f7c896cfd80b511c30be5452edb0a350a7dd253c (patch) | |
tree | 0ceb08c10e94d4b5236c725ada18a3d0b76b145b /src/nix/profile.md | |
parent | 0c49c1af28c7128d9dd140eb3ba392300778bd59 (diff) |
Dedup some markdown -> C++ big literal stuff in build system
This pattern rule was unwisely hidden in `src/libstore/local.mk`. Now it
is properly in `mk/` and we reuse it for the profile docs too.
Diffstat (limited to 'src/nix/profile.md')
-rw-r--r-- | src/nix/profile.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/profile.md b/src/nix/profile.md index c6a266c24..bd13f906f 100644 --- a/src/nix/profile.md +++ b/src/nix/profile.md @@ -11,7 +11,7 @@ them to be rolled back easily. )"" -#include "doc/files/profiles.md" +#include "doc/files/profiles.md.gen.hh" R""( |