diff options
author | gregory guy <[email protected]> | 2020-09-30 16:23:35 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-10-11 22:23:27 +0800 |
commit | 7165adca8c4bf847be42ecb8fc320619e12b8ed9 (patch) | |
tree | d503f744e757749b34c66a8918729869bfe2ded6 /doc | |
parent | e1173b7ae2cdf35c3e31d6ffc69fb31e4cd88f7a (diff) | |
download | klcddimmer-7165adca8c4bf847be42ecb8fc320619e12b8ed9.tar.gz klcddimmer-7165adca8c4bf847be42ecb8fc320619e12b8ed9.zip |
Drop automake build support.
Add basic cmake build instructions.
Deleted empty files ChangeLog and TODO.
Rework of the README and NEWS files.
Some cosmetics.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit cf1333ecb3899315c395f307ac66c6f12ce82de6)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 8 | ||||
-rw-r--r-- | doc/en/Makefile.am | 2 |
2 files changed, 0 insertions, 10 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 50d8f2b..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,8 +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 = klcddimmer -SUBDIRS = $(AUTODIRS) -kde_docs_KDEDOCS = configure.png hi48-app-klcddimmer.png\ - klcddimmer-screenshot.png klcddimmer.html diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index a619417..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = klcddimmer -KDE_LANG = en |