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