Fix comment location after #46704

This commit is contained in:
Orivej Desh 2018-09-15 22:36:21 +00:00
parent b91ad0e54f
commit 06c63123cc

View file

@ -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
'';