tvl-depot/src/nix-log2xml/local.mk

9 lines
224 B
Makefile
Raw Normal View History

2014-02-01 12:23:14 +01:00
programs += nix-log2xml
2013-11-24 00:42:50 +01:00
nix-log2xml_DIR := $(d)
2014-01-09 16:53:47 +01:00
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)))