repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
applications
/
editors
/
emacs
/
elisp-packages
/
update-manual
blob
3b199eecc3d2b4a52363cbfdbdeb23a44d32b057
1
#!/usr/bin/env bash
2
set -euo
pipefail
3
4
SCRIPT_DIR
=
"$( cd "
$
(
dirname
"
$0
"
)
" ; pwd -P )"
5
cd
"
$SCRIPT_DIR
"
6
7
nix-build
--no-out-link
update-manual.nix |
xargs
-n
1
-P
$
(
nproc
)
bash
-c