diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-09-29 09:31:20 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-09-29 09:31:20 +0200 |
commit | 65d08b5b3cd629d406f8bf1cffa6ea392a93b3b7 (patch) | |
tree | d16720590ea865b858be0c6a04e7e0918beaa4ea /doc/Makefile.am | |
parent | 66d9fc4d1381b024cca425f30e297662a5d70cf2 (diff) | |
download | kerberostray-65d08b5b3cd629d406f8bf1cffa6ea392a93b3b7.tar.gz kerberostray-65d08b5b3cd629d406f8bf1cffa6ea392a93b3b7.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty folder doc.
Delete empty files NEWS and TODO.
Add a README file.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 6 |
1 files changed, 0 insertions, 6 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) |