about summary refs log tree commit diff
path: root/src/nix-log2xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-log2xml')
-rw-r--r--src/nix-log2xml/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-log2xml/Makefile.am b/src/nix-log2xml/Makefile.am
index 4b6c76c24355..c538fda08014 100644
--- a/src/nix-log2xml/Makefile.am
+++ b/src/nix-log2xml/Makefile.am
@@ -8,7 +8,7 @@ nix_log2xml_SOURCES = log2xml.cc
 %.html: %.xml mark-errors.xsl log2html.xsl
 	$(xsltproc) mark-errors.xsl $< | $(xsltproc) log2html.xsl - > $@
 
-LOG2HTML = mark-errors.xsl log2html.xsl treebits.js
+LOG2HTML = $(srcdir)/mark-errors.xsl $(srcdir)/log2html.xsl $(srcdir)/treebits.js
 
 EXTRA_DIST = $(LOG2HTML)