diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-01-30 15:59:16 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-01-31 23:23:05 +0100 |
commit | 8c68c80a46ae202b8683c5a7e46dabeedb73f24f (patch) | |
tree | b8d3bbe31320e744157446f0118de3b4393e52b8 /doc/Makefile.am | |
parent | 485f628b434fcfee20ee12e3f64235b7727c948d (diff) | |
download | ktechlab-8c68c80a46ae202b8683c5a7e46dabeedb73f24f.tar.gz ktechlab-8c68c80a46ae202b8683c5a7e46dabeedb73f24f.zip |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 353797953630060e3171b242456f9447542ce47b)
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index e946108..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -# the SUBDIRS is filled automatically by am_edit. If files are -# in this directory they are installed into the english dir - -KDE_LANG = en -KDE_DOCS = AUTO -SUBDIRS = $(AUTODIRS) - |