make path name for docs all lower case
This commit is contained in:
parent
4a8a7d686c
commit
59df934222
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
};
|
||||
|
||||
manual = pkgs.nmd.buildDocBookDocs {
|
||||
pathName = "SelfHostBlocks";
|
||||
pathName = "selfhostblocks";
|
||||
modulesDocs = [ modulesDocs ];
|
||||
documentsDirectory = ./docs;
|
||||
chunkToc = ''
|
||||
|
|
Loading…
Reference in a new issue