diff options
author | gregory guy <[email protected]> | 2019-10-19 15:08:42 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-10-19 15:08:42 +0200 |
commit | 67a885d834f1e7d37374c0989fdd82cd50d0c282 (patch) | |
tree | 941b33261dd67c9e48b7d3d011184888c189b893 /po | |
parent | db515d1574855a0b4bc6f976ff78b60df7ceae78 (diff) | |
download | knetload-67a885d834f1e7d37374c0989fdd82cd50d0c282.tar.gz knetload-67a885d834f1e7d37374c0989fdd82cd50d0c282.zip |
Drop automake build support.
Add basic cmake build instructions in INSTALL.
version.h (return knetload version) has moved to the "knetload"
folder.
Rework the README and INSTALL files.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.am | 1 | ||||
-rw-r--r-- | po/ar/Makefile.am | 5 | ||||
-rw-r--r-- | po/bs/Makefile.am | 5 | ||||
-rw-r--r-- | po/ca/Makefile.am | 5 | ||||
-rw-r--r-- | po/cs/Makefile.am | 5 | ||||
-rw-r--r-- | po/da/Makefile.am | 5 | ||||
-rw-r--r-- | po/de/Makefile.am | 5 | ||||
-rw-r--r-- | po/en_GB/Makefile.am | 5 | ||||
-rw-r--r-- | po/es/Makefile.am | 5 | ||||
-rw-r--r-- | po/et/Makefile.am | 5 | ||||
-rw-r--r-- | po/fr/Makefile.am | 5 | ||||
-rw-r--r-- | po/is/Makefile.am | 5 | ||||
-rw-r--r-- | po/it/Makefile.am | 5 | ||||
-rw-r--r-- | po/ja/Makefile.am | 5 | ||||
-rw-r--r-- | po/nb/Makefile.am | 5 | ||||
-rw-r--r-- | po/nl/Makefile.am | 5 | ||||
-rw-r--r-- | po/pt/Makefile.am | 5 | ||||
-rw-r--r-- | po/pt_BR/Makefile.am | 5 | ||||
-rw-r--r-- | po/ro/Makefile.am | 5 | ||||
-rw-r--r-- | po/sr/Makefile.am | 5 | ||||
-rw-r--r-- | po/sv/Makefile.am | 5 | ||||
-rw-r--r-- | po/ta/Makefile.am | 5 | ||||
-rw-r--r-- | po/tr/Makefile.am | 5 | ||||
-rw-r--r-- | po/zh_CN/Makefile.am | 5 | ||||
-rw-r--r-- | po/zh_TW/Makefile.am | 5 |
25 files changed, 0 insertions, 121 deletions
diff --git a/po/Makefile.am b/po/Makefile.am deleted file mode 100644 index c9977d1..0000000 --- a/po/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = ar bs ca cs da de en_GB es et fr is it ja nb nl pt pt_BR ro sr sv ta tr xx zh_CN zh_TW diff --git a/po/ar/Makefile.am b/po/ar/Makefile.am deleted file mode 100644 index 0d84630..0000000 --- a/po/ar/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = ar -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/bs/Makefile.am b/po/bs/Makefile.am deleted file mode 100644 index a1080ec..0000000 --- a/po/bs/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = bs -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/ca/Makefile.am b/po/ca/Makefile.am deleted file mode 100644 index 03a431e..0000000 --- a/po/ca/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = ca -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/cs/Makefile.am b/po/cs/Makefile.am deleted file mode 100644 index eccaf73..0000000 --- a/po/cs/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = cs -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/da/Makefile.am b/po/da/Makefile.am deleted file mode 100644 index 84d5d5d..0000000 --- a/po/da/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = da -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/de/Makefile.am b/po/de/Makefile.am deleted file mode 100644 index e5adc8a..0000000 --- a/po/de/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = de -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/en_GB/Makefile.am b/po/en_GB/Makefile.am deleted file mode 100644 index dc142b3..0000000 --- a/po/en_GB/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = en_GB -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/es/Makefile.am b/po/es/Makefile.am deleted file mode 100644 index de7e890..0000000 --- a/po/es/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = es -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/et/Makefile.am b/po/et/Makefile.am deleted file mode 100644 index e6bfc0c..0000000 --- a/po/et/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = et -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/fr/Makefile.am b/po/fr/Makefile.am deleted file mode 100644 index 50ba2b8..0000000 --- a/po/fr/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = fr -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/is/Makefile.am b/po/is/Makefile.am deleted file mode 100644 index e17ac75..0000000 --- a/po/is/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = is -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/it/Makefile.am b/po/it/Makefile.am deleted file mode 100644 index 262785d..0000000 --- a/po/it/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = it -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/ja/Makefile.am b/po/ja/Makefile.am deleted file mode 100644 index abd4396..0000000 --- a/po/ja/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = ja -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/nb/Makefile.am b/po/nb/Makefile.am deleted file mode 100644 index 9cd91ac..0000000 --- a/po/nb/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = nb -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/nl/Makefile.am b/po/nl/Makefile.am deleted file mode 100644 index 44cdc25..0000000 --- a/po/nl/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = nl -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/pt/Makefile.am b/po/pt/Makefile.am deleted file mode 100644 index 68a7aae..0000000 --- a/po/pt/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = pt -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/pt_BR/Makefile.am b/po/pt_BR/Makefile.am deleted file mode 100644 index ce47133..0000000 --- a/po/pt_BR/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = pt_BR -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/ro/Makefile.am b/po/ro/Makefile.am deleted file mode 100644 index 0979388..0000000 --- a/po/ro/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = ro -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/sr/Makefile.am b/po/sr/Makefile.am deleted file mode 100644 index b69d293..0000000 --- a/po/sr/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = sr -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/sv/Makefile.am b/po/sv/Makefile.am deleted file mode 100644 index 5d6a051..0000000 --- a/po/sv/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = sv -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/ta/Makefile.am b/po/ta/Makefile.am deleted file mode 100644 index dcbaa79..0000000 --- a/po/ta/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = ta -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/tr/Makefile.am b/po/tr/Makefile.am deleted file mode 100644 index 3e37a05..0000000 --- a/po/tr/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = tr -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/zh_CN/Makefile.am b/po/zh_CN/Makefile.am deleted file mode 100644 index e8a1b98..0000000 --- a/po/zh_CN/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = zh_CN -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO diff --git a/po/zh_TW/Makefile.am b/po/zh_TW/Makefile.am deleted file mode 100644 index cc18e1d..0000000 --- a/po/zh_TW/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = zh_TW -SUBDIRS = $(AUTODIRS) - -POFILES = AUTO |