diff options
Diffstat (limited to 'src/nix-log2xml/Makefile')
-rw-r--r-- | src/nix-log2xml/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nix-log2xml/Makefile b/src/nix-log2xml/Makefile index a88f948671dc..8b02dca7ae21 100644 --- a/src/nix-log2xml/Makefile +++ b/src/nix-log2xml/Makefile @@ -3,3 +3,6 @@ PROGRAMS += nix-log2xml nix-log2xml_DIR := $(d) nix-log2xml_SOURCES = log2xml.cc + +$(foreach file, mark-errors.xsl log2html.xsl treebits.js, \ + $(eval $(call install-data-in, $(d)/$(file), $(datadir)/nix/log2html))) |