diff options
Diffstat (limited to 'autocorrect/Makefile.am')
-rw-r--r-- | autocorrect/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/autocorrect/Makefile.am b/autocorrect/Makefile.am new file mode 100644 index 00000000..fde9d50b --- /dev/null +++ b/autocorrect/Makefile.am @@ -0,0 +1,6 @@ +# (Is autocorrect.xml still used?) + +# WARNING: Do not add any other language here - use kde-i18n/*/data/koffice/autocorrect for that. +scripts_DATA = autocorrect.xml en_US.xml +scriptsdir = $(kde_datadir)/koffice/autocorrect + |