diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-08-18 21:54:28 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-08-19 01:53:56 +0200 |
commit | 5c075a4514e8af3af3b6e5a6edfc02a05dc33a49 (patch) | |
tree | a199ef5d22f54f8cd931fb153b5d6f6761e9f52c /Makefile.cvs | |
parent | 26a6fcec31cf93db7d5becb7deb1c1411a48f93c (diff) | |
download | kuickshow-5c075a4514e8af3af3b6e5a6edfc02a05dc33a49.tar.gz kuickshow-5c075a4514e8af3af3b6e5a6edfc02a05dc33a49.zip |
Drop automake build support.r14.0.11
Rework of the README file.
Add basic cmake build instructions.
Add CMakeL10n rules for desktop file.
Use common rules for build and install documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 518da4b28d005bcc78138d251165cb9eeae6a79e)
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile.cvs b/Makefile.cvs deleted file mode 100644 index b4752bd..0000000 --- a/Makefile.cvs +++ /dev/null @@ -1,16 +0,0 @@ - -all: - @echo "This Makefile is only for the CVS repository" - @echo "This will be deleted before making the distribution" - @echo "" - @if test ! -d admin; then \ - echo "Please recheckout this module!" ;\ - echo "for cvs: use checkout once and after that update again" ;\ - echo "for cvsup: checkout kde-common from cvsup and" ;\ - echo " link kde-common/admin to ./admin" ;\ - exit 1 ;\ - fi - $(MAKE) -f admin/Makefile.common cvs - -.SILENT: - |