source: projects/specs/trunk/lib/libs/libskk/rules_Makefile.in.patch @ 11267

Revision 11267, 550 bytes checked in by ara_t, 6 years ago (diff)

libskk: initial commit

RevLine 
[11267]1--- rules/Makefile.in-orig      2017-11-10 22:43:30.000000000 +0900
2+++ rules/Makefile.in   2017-12-07 14:12:24.197325450 +0900
3@@ -458,6 +458,12 @@
4        trycode/keymap/hiragana.json            \
5        $(NULL)
6 
7+test_sticky_files = \
8+       test-sticky/metadata.json                       \
9+       test-sticky/keymap/hiragana.json                \
10+       test-sticky/rom-kana/default.json               \
11+       $(NULL)
12+
13 nobase_dist_rules_DATA = \
14        $(default_files)                        \
15        $(act_files)                            \
16@@ -469,6 +475,7 @@
17        $(nicola_files)                         \
18        $(tcode_files)                          \
19        $(trycode_files)                        \
20+       $(test_sticky_files)                    \
21        README.rules                            \
22        $(NULL)
23 
Note: See TracBrowser for help on using the repository browser.