From 90e00992c86ca4e410dcd2a725daad9dee2a4e39 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 15 Apr 2014 18:05:56 +0200 Subject: [PATCH] fixed alphabetic ordering --- www/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/Makefile.am b/www/Makefile.am index dd277d6..bec8522 100644 --- a/www/Makefile.am +++ b/www/Makefile.am @@ -1,13 +1,13 @@ defaultwwwdir = $(pkgdatadir)/www defaultwww_DATA = \ details.html \ - index.html \ favicon.ico \ - psensor.js \ - jqplot.dateAxisRenderer.js \ + index.html \ jqplot.css \ + jqplot.dateAxisRenderer.js \ jqplot.js \ jquery.js \ + psensor.js \ style.css EXTRA_DIST=$(defaultwww_DATA) -- 2.7.4