diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-17 14:22:44 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-10-17 14:22:44 +0200 |
commit | 9d191894a587d67cacceb69b868160250820cfa7 (patch) | |
tree | 3111db0ed259e295a586bf845a0a2e2f151eec03 /doc/en/Makefile.am | |
parent | 8a53bde7e8e5ca828f1908ff4228ee58c34f4177 (diff) | |
download | kkbswitch-9d191894a587d67cacceb69b868160250820cfa7.tar.gz kkbswitch-9d191894a587d67cacceb69b868160250820cfa7.zip |
Drop automake build support.
Add basic cmake build instructions in the INSTALL file.
Deleted empty file: NEWS.
Deleted obsolete file: kkbswitch.spec .
Some cleanup in the README, the "man" page and the "help" page files.
The man page as well as the icons have moved in their own folder.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'doc/en/Makefile.am')
-rw-r--r-- | doc/en/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 77aefea..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -KDE_DOCS = kkbswitch -KDE_LANG = en - -.PHONY: html - -html: HTML/index.html - -HTML/index.html: $(srcdir)/index.docbook - rm -fr HTML - mkdir HTML - (cd HTML && meinproc --check --stylesheet $(KDE_XSL_STYLESHEET) ../$(srcdir)/index.docbook && ln -s /usr/share/doc/HTML/en/common; \ - for name in ../$(srcdir)/*.png; do ln -s $$name; done) - |