hydra: use autoconf/-make

This commit is contained in:
Rob Vermaas
2010-09-30 14:29:15 +00:00
parent 673ef76020
commit c37b90ee3e
28 changed files with 533 additions and 20 deletions

23
src/root/Makefile.am Normal file
View File

@ -0,0 +1,23 @@
TEMPLATES = $(wildcard *.tt)
STATIC = \
$(wildcard static/images/*) \
$(wildcard static/css/*)
FLOT = flot-0.6.zip
TABLESORTER = jquery.tablesorter.zip
JQUERY = jquery-ui-1.8.5.custom.zip
ZIPS = $(FLOT) $(TABLESORTER) $(JQUERY)
EXTRA_DIST = $(TEMPLATES) $(STATIC) $(ZIPS)
hydradir = $(libexecdir)/hydra/root
nobase_hydra_DATA = $(EXTRA_DIST)
install-data-local: $(ZIPS)
mkdir -p $(hydradir)/static/js
unzip -u -d $(hydradir)/static/js/jquery $(JQUERY)
rm -rf $(hydradir)/static/js/tablesorter
unzip -u -d $(hydradir)/static/js $(TABLESORTER)
unzip -u -d $(hydradir)/static/js $(FLOT)

BIN
src/root/flot-0.6.zip Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.