From 46f59a3a14dd32b873205a817420c68cfbe7f41c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 30 Sep 2015 16:44:52 +0200 Subject: doc/default.nix: fix Emacs syntax highlighting (no functional change) --- doc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/default.nix') diff --git a/doc/default.nix b/doc/default.nix index b68194b97a7b..004ffb70b749 100644 --- a/doc/default.nix +++ b/doc/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation { ''; buildCommand = '' - ln -s $sources/*.xml . # */ + ln -s "$sources/"*.xml . echo ${nixpkgsVersion} > .version @@ -37,7 +37,7 @@ stdenv.mkDerivation { cp ${./style.css} $dst/style.css mkdir -p $dst/images/callouts - cp ${docbook5_xsl}/xml/xsl/docbook/images/callouts/*.gif $dst/images/callouts/ + cp "${docbook5_xsl}/xml/xsl/docbook/images/callouts/"*.gif $dst/images/callouts/ mkdir -p $out/nix-support echo "doc manual $dst manual.html" >> $out/nix-support/hydra-build-products -- cgit 1.4.1