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-30 15:59:16 +0100 |
commit | 353797953630060e3171b242456f9447542ce47b (patch) | |
tree | f06b958dd2ae743d1253700b238ba318fa58e32b /doc | |
parent | c4d576ead541cdce8febf430be72a4f5dbcc7a95 (diff) | |
download | ktechlab-353797953630060e3171b242456f9447542ce47b.tar.gz ktechlab-353797953630060e3171b242456f9447542ce47b.zip |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 7 | ||||
-rw-r--r-- | doc/en/Makefile.am | 7 |
2 files changed, 0 insertions, 14 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) - diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 65e8484..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -KDE_DOCS = ktechlab -# KDE_MANS = ktechlab -KDE_LANG = en -# KDE_DOCS = AUTO - -kde_docs_KDEDOCS = debugging.docbook circuits.docbook flowcode.docbook \ - quick.docbook faq.docbook picprograms.docbook |