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
|
2013-11-25 18:47:03 +01:00
|
|
|
|
|
|
|
$(foreach file, mark-errors.xsl log2html.xsl treebits.js, \
|
|
|
|
$(eval $(call install-data-in, $(d)/$(file), $(datadir)/nix/log2html)))
|