doc/manual: Update shell build
This commit is contained in:
parent
cf562d6234
commit
c132b53527
2 changed files with 3 additions and 0 deletions
1
doc/manual/.gitignore
vendored
1
doc/manual/.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
introduction.xml
|
introduction.xml
|
||||||
|
installation.xml
|
||||||
manual.html
|
manual.html
|
||||||
options-composition.xml
|
options-composition.xml
|
||||||
options-service.xml
|
options-service.xml
|
||||||
|
|
2
doc/manual/build
Executable file
2
doc/manual/build
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
nix-shell -A manual --run 'patchPhase && make'
|
Loading…
Reference in a new issue