From 5baaa8c8a82af3f17a3497a0cd605e23b9ea90df Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Sun, 14 May 2017 18:14:52 +0100 Subject: [PATCH] Move installable html into the website/ subdirectory. --- CMakeLists.txt | 2 +- html/{ => website}/Pictures/C++-icon.jpeg | Bin html/{ => website}/Pictures/edit-ink.png | Bin html/{ => website}/Pictures/new-ink.png | Bin html/{ => website}/Pictures/save-ink.png | Bin html/{ => website}/Pictures/tawashi-icon-new.png | Bin html/{ => website}/Pictures/text-ink.png | Bin html/{ => website}/edit.html.mstch | 0 html/{ => website}/error.html.mstch | 0 html/{ => website}/head.mustache | 0 html/{ => website}/index.html.mstch | 0 html/{ => website}/paste.html.mstch | 0 html/{ => website}/tawashi.css | 0 html/{ => website}/text.html.mstch | 0 html/{ => website}/topbar.mustache | 0 15 files changed, 1 insertion(+), 1 deletion(-) rename html/{ => website}/Pictures/C++-icon.jpeg (100%) rename html/{ => website}/Pictures/edit-ink.png (100%) rename html/{ => website}/Pictures/new-ink.png (100%) rename html/{ => website}/Pictures/save-ink.png (100%) rename html/{ => website}/Pictures/tawashi-icon-new.png (100%) rename html/{ => website}/Pictures/text-ink.png (100%) rename html/{ => website}/edit.html.mstch (100%) rename html/{ => website}/error.html.mstch (100%) rename html/{ => website}/head.mustache (100%) rename html/{ => website}/index.html.mstch (100%) rename html/{ => website}/paste.html.mstch (100%) rename html/{ => website}/tawashi.css (100%) rename html/{ => website}/text.html.mstch (100%) rename html/{ => website}/topbar.mustache (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2debf0..9c35952 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ add_subdirectory(lib/houdini) add_subdirectory(src/tawashi_implem) add_subdirectory(src/tawashi) -install(DIRECTORY html DESTINATION .) +install(DIRECTORY html/website/ DESTINATION html) if (BUILD_TESTING) add_subdirectory(test/unit) diff --git a/html/Pictures/C++-icon.jpeg b/html/website/Pictures/C++-icon.jpeg similarity index 100% rename from html/Pictures/C++-icon.jpeg rename to html/website/Pictures/C++-icon.jpeg diff --git a/html/Pictures/edit-ink.png b/html/website/Pictures/edit-ink.png similarity index 100% rename from html/Pictures/edit-ink.png rename to html/website/Pictures/edit-ink.png diff --git a/html/Pictures/new-ink.png b/html/website/Pictures/new-ink.png similarity index 100% rename from html/Pictures/new-ink.png rename to html/website/Pictures/new-ink.png diff --git a/html/Pictures/save-ink.png b/html/website/Pictures/save-ink.png similarity index 100% rename from html/Pictures/save-ink.png rename to html/website/Pictures/save-ink.png diff --git a/html/Pictures/tawashi-icon-new.png b/html/website/Pictures/tawashi-icon-new.png similarity index 100% rename from html/Pictures/tawashi-icon-new.png rename to html/website/Pictures/tawashi-icon-new.png diff --git a/html/Pictures/text-ink.png b/html/website/Pictures/text-ink.png similarity index 100% rename from html/Pictures/text-ink.png rename to html/website/Pictures/text-ink.png diff --git a/html/edit.html.mstch b/html/website/edit.html.mstch similarity index 100% rename from html/edit.html.mstch rename to html/website/edit.html.mstch diff --git a/html/error.html.mstch b/html/website/error.html.mstch similarity index 100% rename from html/error.html.mstch rename to html/website/error.html.mstch diff --git a/html/head.mustache b/html/website/head.mustache similarity index 100% rename from html/head.mustache rename to html/website/head.mustache diff --git a/html/index.html.mstch b/html/website/index.html.mstch similarity index 100% rename from html/index.html.mstch rename to html/website/index.html.mstch diff --git a/html/paste.html.mstch b/html/website/paste.html.mstch similarity index 100% rename from html/paste.html.mstch rename to html/website/paste.html.mstch diff --git a/html/tawashi.css b/html/website/tawashi.css similarity index 100% rename from html/tawashi.css rename to html/website/tawashi.css diff --git a/html/text.html.mstch b/html/website/text.html.mstch similarity index 100% rename from html/text.html.mstch rename to html/website/text.html.mstch diff --git a/html/topbar.mustache b/html/website/topbar.mustache similarity index 100% rename from html/topbar.mustache rename to html/website/topbar.mustache