* Support for srcdir != builddir (NIX-41).

This commit is contained in:
Eelco Dolstra 2006-05-12 11:47:45 +00:00
parent 9d72bf8835
commit b5988004d6
16 changed files with 37 additions and 34 deletions

View file

@ -8,7 +8,7 @@ nix_log2xml_SOURCES = log2xml.cc
%.html: %.xml mark-errors.xsl log2html.xsl
$(xsltproc) mark-errors.xsl $< | $(xsltproc) log2html.xsl - > $@
LOG2HTML = mark-errors.xsl log2html.xsl treebits.js
LOG2HTML = $(srcdir)/mark-errors.xsl $(srcdir)/log2html.xsl $(srcdir)/treebits.js
EXTRA_DIST = $(LOG2HTML)