aboutsummaryrefslogtreecommitdiff
path: root/src/nix-log2xml/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-log2xml/local.mk')
-rw-r--r--src/nix-log2xml/local.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nix-log2xml/local.mk b/src/nix-log2xml/local.mk
index 46eb2e02c..09c848c17 100644
--- a/src/nix-log2xml/local.mk
+++ b/src/nix-log2xml/local.mk
@@ -3,6 +3,3 @@ programs += nix-log2xml
nix-log2xml_DIR := $(d)
nix-log2xml_SOURCES := $(d)/log2xml.cc
-
-$(foreach file, mark-errors.xsl log2html.xsl treebits.js, \
- $(eval $(call install-data-in, $(d)/$(file), $(datadir)/nix/log2html)))