diff --git a/configure.ac b/configure.ac index 099d5dc..ec5943f 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,8 @@ LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}` MIDDLE_COLOR_DEC=`./color_dec ${MIDDLE_COLOR_HEX}` DARK_COLOR_DEC=`./color_dec ${DARK_COLOR_HEX}` +DOCDIR=documentation + AC_SUBST(THEME) AC_SUBST(NAME) AC_SUBST(BRAND) @@ -26,6 +28,7 @@ AC_SUBST(BRAND_FNAME) AC_SUBST(STATUS) AC_SUBST(STATUS_EN) AC_SUBST(VERSION) +AC_SUBST(DOCDIR) AC_SUBST(PROGRESS_COLOR) AC_SUBST(LIGHT_COLOR_HEX) AC_SUBST(MIDDLE_COLOR_HEX) diff --git a/notes/index-en.html.in b/indexhtml/index-en.html.in similarity index 100% rename from notes/index-en.html.in rename to indexhtml/index-en.html.in diff --git a/notes/index-ru.html.in b/indexhtml/index-ru.html.in similarity index 100% rename from notes/index-ru.html.in rename to indexhtml/index-ru.html.in diff --git a/notes/index-uk.html.in b/indexhtml/index-uk.html.in similarity index 100% rename from notes/index-uk.html.in rename to indexhtml/index-uk.html.in