Trailing whitespace

This commit is contained in:
Eelco Dolstra 2013-01-22 11:05:13 +00:00
parent d4e49773c5
commit f3a274657d

View file

@ -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