rules_Makefile.in.patch 550 B

1234567891011121314151617181920212223
  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. +test_sticky_files = \
  7. + test-sticky/metadata.json \
  8. + test-sticky/keymap/hiragana.json \
  9. + test-sticky/rom-kana/default.json \
  10. + $(NULL)
  11. +
  12. nobase_dist_rules_DATA = \
  13. $(default_files) \
  14. $(act_files) \
  15. @@ -469,6 +475,7 @@
  16. $(nicola_files) \
  17. $(tcode_files) \
  18. $(trycode_files) \
  19. + $(test_sticky_files) \
  20. README.rules \
  21. $(NULL)