diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-12-06 15:09:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-12-06 15:09:10 +0900 |
commit | e3c3d031669f173ef1593a0a82c477124805e10b (patch) | |
tree | 43322e4d8a09be9ea00bb1658f90277e4859989f /koffice-i18n-ca/data/koffice | |
parent | 175f6eab4b0462c46362d2694e3b9e46b8dfbf6c (diff) | |
download | koffice-i18n-e3c3d031669f173ef1593a0a82c477124805e10b.tar.gz koffice-i18n-e3c3d031669f173ef1593a0a82c477124805e10b.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'koffice-i18n-ca/data/koffice')
-rw-r--r-- | koffice-i18n-ca/data/koffice/Makefile.am | 3 | ||||
-rw-r--r-- | koffice-i18n-ca/data/koffice/autocorrect/Makefile.am | 8 |
2 files changed, 0 insertions, 11 deletions
diff --git a/koffice-i18n-ca/data/koffice/Makefile.am b/koffice-i18n-ca/data/koffice/Makefile.am deleted file mode 100644 index 91b58f35..00000000 --- a/koffice-i18n-ca/data/koffice/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -TOPLEVEL_LANG = ca -SUBDIRS = $(AUTODIRS) diff --git a/koffice-i18n-ca/data/koffice/autocorrect/Makefile.am b/koffice-i18n-ca/data/koffice/autocorrect/Makefile.am deleted file mode 100644 index ee738016..00000000 --- a/koffice-i18n-ca/data/koffice/autocorrect/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ - -# this is the directory, where all datas are installed -# you have given the datas in data_DATA -autocorrectdir = $(kde_datadir)/koffice/autocorrect - -# add here all files -autocorrect_DATA = ca.xml - |