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