diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-03-01T13·25+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-03-01T13·25+0000 |
commit | e48bd8c8b50e48db297e49fb325a94e854d6bdad (patch) | |
tree | 87bb3798180f9e098257266623ab23fdf1a9cd0f /substitute.mk | |
parent | 458820df6cb976e0642c67ca775d8e7095c091f2 (diff) |
* Add a test for nix-log2xml.
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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 $@ |