configure.ac 1.09 KB
Newer Older
Denis Koryavov's avatar
Denis Koryavov committed
1 2
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )

Denis Koryavov's avatar
Denis Koryavov committed
3 4
# 00a1e4
PROGRESS_COLOR=0093d7 
Denis Koryavov's avatar
Denis Koryavov committed
5 6 7 8 9 10 11
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
Denis Koryavov's avatar
Denis Koryavov committed
12

13 14
DOCDIR=documentation

Denis Koryavov's avatar
Denis Koryavov committed
15 16 17 18
AC_SUBST(THEME)
AC_SUBST(NAME)
AC_SUBST(STATUS)
AC_SUBST(VERSION)
Mikhail Efremov's avatar
Mikhail Efremov committed
19
AC_SUBST(CODENAME)
20
AC_SUBST(DOCDIR)
Denis Koryavov's avatar
Denis Koryavov committed
21
AC_SUBST(PROGRESS_COLOR)
Denis Koryavov's avatar
Denis Koryavov committed
22 23 24 25 26 27
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)
Denis Koryavov's avatar
Denis Koryavov committed
28 29 30 31
AC_SUBST(TITLE_COLOR)

AC_CONFIG_FILES([
		 Makefile
32
		 components/bootloader/config
33
		 components/bootsplash/theme.plymouth
34
		 components/browser-qt/design/design.ini
35
		 components/browser-qt/design/design.qss
36
		 components/bootloader/gfxboot.cfg
Denis Koryavov's avatar
Denis Koryavov committed
37
		 notes/release-notes.ru.html
38
		 notes/release-notes.uk.html
Denis Koryavov's avatar
Denis Koryavov committed
39 40 41
		 notes/release-notes.all.html
		 notes/license.ru.html
		 notes/license.all.html
42 43 44
		 components/indexhtml/indexhtml.desktop
		 components/indexhtml/index-ru.html
		 components/indexhtml/index-en.html
Mikhail Efremov's avatar
Mikhail Efremov committed
45
		 components/systemd/os-release
Denis Koryavov's avatar
Denis Koryavov committed
46 47
])
AC_OUTPUT