diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-01-31 02:59:11 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-01-31 02:59:11 +0100 |
commit | 2804b98494a2800b48e6d8a4131a158e582ea4f6 (patch) | |
tree | 377bf0fae7fb0479e2220683c7e0b59814460135 /doc | |
parent | c54d210192fe846d3aef9deb7617b64358e25de6 (diff) | |
download | kopete-otr-2804b98494a2800b48e6d8a4131a158e582ea4f6.tar.gz kopete-otr-2804b98494a2800b48e6d8a4131a158e582ea4f6.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 | 6 | ||||
-rw-r--r-- | doc/en/Makefile.am | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 18dfc0b..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,6 +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 = kopete_otr -SUBDIRS = $(AUTODIRS)
\ No newline at end of file diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 27f94b2..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = kopete_otr -KDE_LANG = en |