summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/examples/dictionary/Makefile.am
blob: ee618a213bda2de78030145aacf876eb43595c1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SUBDIRS =					\
	edict					\
	eijiro					\
	gene95					\
	jmdict

dist_examples_dictionary_SCRIPTS =		\
	init-db.sh

nobase_dist_examples_dictionary_DATA =		\
	readme.txt				\
	$(html_files)

# find html -type f | sort | sed -e 's,^,\t,g'
html_files =									\
	html/css/dictionary.css							\
	html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png		\
	html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png		\
	html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png		\
	html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png		\
	html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png		\
	html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png		\
	html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png		\
	html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png	\
	html/css/smoothness/images/ui-icons_222222_256x240.png			\
	html/css/smoothness/images/ui-icons_2e83ff_256x240.png			\
	html/css/smoothness/images/ui-icons_454545_256x240.png			\
	html/css/smoothness/images/ui-icons_888888_256x240.png			\
	html/css/smoothness/images/ui-icons_cd0a0a_256x240.png			\
	html/css/smoothness/jquery-ui-1.8.12.custom.css				\
	html/index.html								\
	html/js/dictionary.js							\
	html/js/jquery-1.7.2.js							\
	html/js/jquery-ui-1.8.18.custom.js