From f3a274657d70551fcba1ca1020f68624e4c68f2c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 22 Jan 2013 11:05:13 +0000 Subject: [PATCH] Trailing whitespace --- src/root/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/root/Makefile.am b/src/root/Makefile.am index 7dbda042..7182a7ec 100644 --- a/src/root/Makefile.am +++ b/src/root/Makefile.am @@ -1,10 +1,10 @@ -TEMPLATES = $(wildcard *.tt) +TEMPLATES = $(wildcard *.tt) STATIC = \ $(wildcard static/images/*) \ $(wildcard static/css/*) -FLOT = flot-0.6.zip -TABLESORTER = jquery.tablesorter.zip +FLOT = flot-0.6.zip +TABLESORTER = jquery.tablesorter.zip JQUERY = jquery-ui-1.8.5.custom.zip BOOTSTRAP = bootstrap.zip @@ -25,6 +25,6 @@ all: install-data-local: $(ZIPS) mkdir -p $(hydradir)/static/js - cp -prvd $(srcdir)/static/js/* $(hydradir)/static/js + cp -prvd $(srcdir)/static/js/* $(hydradir)/static/js mkdir -p $(hydradir)/static/bootstrap cp -prvd $(srcdir)/static/bootstrap/* $(hydradir)/static/bootstrap