tvl-depot/src/nix-log2xml/local.mk
2014-02-01 13:54:38 +01:00

8 lines
224 B
Makefile

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