diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-05-23 16:27:39 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-05-23 16:34:12 +0200 |
commit | a5fed6d68f73d4c4ba721c90d6ef2ba386876375 (patch) | |
tree | e9976d348eba4fa5aa43dd70e8299bbd3b10f434 /doc | |
parent | 03a436ef1df6e770f2b36cf4e0cb5970a6ad25bf (diff) | |
download | kcmldap-a5fed6d68f73d4c4ba721c90d6ef2ba386876375.tar.gz kcmldap-a5fed6d68f73d4c4ba721c90d6ef2ba386876375.zip |
Drop automake build support.
Delete empty folder doc.
Write basic cmake build instructions and README file.
Delete empty files ChangeLog, NEWS and TODO.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
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 faa0ae8..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 = autostart -SUBDIRS = $(AUTODIRS) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index e7a9eb0..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = ldap -KDE_LANG = en |