fixed alphabetic ordering
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 15 Apr 2014 16:05:56 +0000 (18:05 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 15 Apr 2014 16:05:56 +0000 (18:05 +0200)
www/Makefile.am

index dd277d6..bec8522 100644 (file)
@@ -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)