about summary refs log blame commit diff
path: root/src/nix-log2xml/local.mk
blob: 8467d1973bda9851f273b37cffb373e78733b888 (plain) (tree)
1
2
3
4
5
6
7
8



                       
                                      


                                                                         
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)))