Fix comment location after #46704
This commit is contained in:
parent
b91ad0e54f
commit
06c63123cc
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildPhase = ''
|
||||
python configure.py --bootstrap
|
||||
# "./ninja -vn manual" output copied here to support cross compilation.
|
||||
'' + optionalString buildDocs ''
|
||||
# "./ninja -vn manual" output copied here to support cross compilation.
|
||||
asciidoc -b docbook -d book -o build/manual.xml doc/manual.asciidoc
|
||||
xsltproc --nonet doc/docbook.xsl build/manual.xml > doc/manual.html
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user