From e48bd8c8b50e48db297e49fb325a94e854d6bdad Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 1 Mar 2006 13:25:08 +0000 Subject: * Add a test for nix-log2xml. --- substitute.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'substitute.mk') diff --git a/substitute.mk b/substitute.mk index 2e28e586779a..9e3123a14f99 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 $@ -- cgit 1.4.1