diff options
author | gregory guy <[email protected]> | 2019-10-16 11:17:45 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-10-17 00:17:34 +0900 |
commit | 81c91f82cc8df0310be84caddf6d1a985058e44b (patch) | |
tree | b77ecfb950796de29e453e745da2c5579f3dbc88 /doc | |
parent | 87830216a9c7c0c86b3e840b872262b1cd4a4abe (diff) | |
download | kiosktool-81c91f82cc8df0310be84caddf6d1a985058e44b.tar.gz kiosktool-81c91f82cc8df0310be84caddf6d1a985058e44b.zip |
Drop automake build support.
Add basic cmake build instructions in an INSTALL file.
Complete the description in README.
Deleted file: VERSION
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 68a5173782a8d3d05dbbc20e2209c82927ff5035)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 3 | ||||
-rw-r--r-- | doc/da/Makefile.am | 0 | ||||
-rw-r--r-- | doc/it/Makefile.am | 0 | ||||
-rw-r--r-- | doc/kiosktool/Makefile.am | 2 | ||||
-rw-r--r-- | doc/nl/Makefile.am | 0 | ||||
-rw-r--r-- | doc/pt/Makefile.am | 0 | ||||
-rw-r--r-- | doc/sv/Makefile.am | 0 |
7 files changed, 0 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 5c0b20e..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -KDE_LANG = en -KDE_DOCS = AUTO -SUBDIRS = $(AUTODIRS) diff --git a/doc/da/Makefile.am b/doc/da/Makefile.am deleted file mode 100644 index e69de29..0000000 --- a/doc/da/Makefile.am +++ /dev/null diff --git a/doc/it/Makefile.am b/doc/it/Makefile.am deleted file mode 100644 index e69de29..0000000 --- a/doc/it/Makefile.am +++ /dev/null diff --git a/doc/kiosktool/Makefile.am b/doc/kiosktool/Makefile.am deleted file mode 100644 index c01e3fc..0000000 --- a/doc/kiosktool/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = en -KDE_DOCS = kiosktool diff --git a/doc/nl/Makefile.am b/doc/nl/Makefile.am deleted file mode 100644 index e69de29..0000000 --- a/doc/nl/Makefile.am +++ /dev/null diff --git a/doc/pt/Makefile.am b/doc/pt/Makefile.am deleted file mode 100644 index e69de29..0000000 --- a/doc/pt/Makefile.am +++ /dev/null diff --git a/doc/sv/Makefile.am b/doc/sv/Makefile.am deleted file mode 100644 index e69de29..0000000 --- a/doc/sv/Makefile.am +++ /dev/null |