diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-02-20 14:17:33 +0100 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-02-20 14:17:33 +0100 |
commit | 5787b5d439eb70e6ef882a4ce8ac3d9c97a6fc92 (patch) | |
tree | fa95485d2cf616deb6fb276db7575153d1dcb26f /Makefile | |
parent | 91b59f40f87d6a0778feea4a4ee65743ba2508d8 (diff) | |
download | ematrix-5787b5d439eb70e6ef882a4ce8ac3d9c97a6fc92.tar.lz ematrix-5787b5d439eb70e6ef882a4ce8ac3d9c97a6fc92.tar.xz ematrix-5787b5d439eb70e6ef882a4ce8ac3d9c97a6fc92.zip |
Reinstate options.xul
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ # 2) It gives some flexibility in that files can be created or deleted # freely as long as they are not part of any of these lists -ROOTMETA := bootstrap.js install.rdf chrome.manifest icon.png LICENSE.txt +ROOTMETA := bootstrap.js install.rdf chrome.manifest icon.png LICENSE.txt \ + options.xul ROOTHTML := about.html asset-viewer.html background.html cloud-ui.html \ dashboard.html hosts-files.html logger-ui.html \ |