diff options
author | Slávek Banko <[email protected]> | 2022-01-30 16:44:05 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-01-30 17:10:52 +0100 |
commit | b353103ec003ea1c87f8ffe3ff2caf061cbfa44f (patch) | |
tree | f1fa57beb75e0700e323d3d2478b57687cb43e0e /doc | |
parent | 350c369a73eb1d9963df7888b17a573d3fb4a641 (diff) | |
download | tork-b353103ec003ea1c87f8ffe3ff2caf061cbfa44f.tar.gz tork-b353103ec003ea1c87f8ffe3ff2caf061cbfa44f.zip |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <[email protected]>
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 5d8379b..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 = tork -SUBDIRS = $(AUTODIRS) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 92acf89..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = tork -KDE_LANG = en |