about summary refs log tree commit diff
path: root/substitute.mk
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-03-01T13·25+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-03-01T13·25+0000
commite48bd8c8b50e48db297e49fb325a94e854d6bdad (patch)
tree87bb3798180f9e098257266623ab23fdf1a9cd0f /substitute.mk
parent458820df6cb976e0642c67ca775d8e7095c091f2 (diff)
* Add a test for nix-log2xml.
Diffstat (limited to 'substitute.mk')
-rw-r--r--substitute.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk
index 2e28e58677..9e3123a14f 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -17,6 +17,9 @@
 	 -e "s^@coreutils\@^$(coreutils)^g" \
 	 -e "s^@tar\@^$(tar)^g" \
 	 -e "s^@dot\@^$(dot)^g" \
+	 -e "s^@xmllint\@^$(xmllint)^g" \
+	 -e "s^@xmlflags\@^$(xmlflags)^g" \
+	 -e "s^@xsltproc\@^$(xsltproc)^g" \
 	 -e "s^@aterm_bin\@^$(aterm_bin)^g" \
 	 -e "s^@version\@^$(VERSION)^g" \
 	 < $< > $@ || rm $@