mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Add support for ‘make installcheck’
This commit is contained in:
parent
9285f0aa2b
commit
0202ce6b94
11 changed files with 52 additions and 28 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue