Remove Automakefiles

This commit is contained in:
Eelco Dolstra 2014-02-01 12:26:38 +01:00
parent 16e7d69209
commit 0c6d62cf27
22 changed files with 0 additions and 510 deletions

View file

@ -1,17 +0,0 @@
bin_PROGRAMS = nix-log2xml
nix_log2xml_SOURCES = log2xml.cc
%.xml: %.log nix-log2xml
./nix-log2xml < $< > $@
%.html: %.xml mark-errors.xsl log2html.xsl
$(xsltproc) mark-errors.xsl $< | $(xsltproc) log2html.xsl - > $@
LOG2HTML = $(srcdir)/mark-errors.xsl $(srcdir)/log2html.xsl $(srcdir)/treebits.js
EXTRA_DIST = $(LOG2HTML)
install-data-local:
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/log2html
$(INSTALL_DATA) $(LOG2HTML) $(DESTDIR)$(datadir)/nix/log2html