58 lines
1.3 KiB
Plaintext
58 lines
1.3 KiB
Plaintext
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
|
|
|
|
# 00a1e4
|
|
PROGRESS_COLOR=0093d7
|
|
TITLE_COLOR=5C96CC
|
|
LIGHT_COLOR_HEX=DFDFE0
|
|
MIDDLE_COLOR_HEX=C8C9CB
|
|
DARK_COLOR_HEX=909195
|
|
LIGHT_LABELS_HEX=FFFFFF
|
|
DARK_LABELS_HEX=000000
|
|
MIDDLE_LABELS_HEX=4d4d4f
|
|
|
|
DOCDIR=documentation
|
|
|
|
AC_SUBST(THEME)
|
|
AC_SUBST(CODENAME)
|
|
AC_SUBST(NAME)
|
|
AC_SUBST(BRAND)
|
|
AC_SUBST(BRAND_FNAME)
|
|
AC_SUBST(STATUS)
|
|
AC_SUBST(STATUS_EN)
|
|
AC_SUBST(VERSION)
|
|
AC_SUBST(PRODUCT_NAME)
|
|
AC_SUBST(PRODUCT_NAME_RU)
|
|
AC_SUBST(DOCDIR)
|
|
AC_SUBST(PROGRESS_COLOR)
|
|
AC_SUBST(LIGHT_COLOR_HEX)
|
|
AC_SUBST(MIDDLE_COLOR_HEX)
|
|
AC_SUBST(DARK_COLOR_HEX)
|
|
AC_SUBST(LIGHT_LABELS_HEX)
|
|
AC_SUBST(DARK_LABELS_HEX)
|
|
AC_SUBST(MIDDLE_LABELS_HEX)
|
|
AC_SUBST(LIGHT_COLOR_DEC)
|
|
AC_SUBST(MIDDLE_COLOR_DEC)
|
|
AC_SUBST(DARK_COLOR_DEC)
|
|
AC_SUBST(TITLE_COLOR)
|
|
AC_SUBST(INACTIVE_COLOR)
|
|
AC_SUBST(X86)
|
|
|
|
AC_CONFIG_FILES([
|
|
Makefile
|
|
components/bootloader/config
|
|
components/bootsplash/theme.plymouth
|
|
components/browser-qt/design/design.ini
|
|
components/browser-qt/design/design.qss
|
|
components/bootloader/gfxboot.cfg
|
|
notes/release-notes.ru.html
|
|
notes/release-notes.all.html
|
|
notes/license.ru.html
|
|
notes/license.all.html
|
|
components/indexhtml/indexhtml.desktop
|
|
components/indexhtml/index-ru.html
|
|
components/indexhtml/index-en.html
|
|
components/systemd/os-release
|
|
components/ahttpd/styles/alterator.css
|
|
])
|
|
AC_OUTPUT
|