diff options
author | gregory guy <[email protected]> | 2019-10-09 15:31:35 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-10-09 17:49:37 +0200 |
commit | 8097d72273656e748d5bf2e1cf72d8d66d73bab7 (patch) | |
tree | b44799f45f01e9d351998e8c52190908a3e48ea6 /Makefile.cvs | |
parent | 1fafb1fc903058a14d7a3bcc02a755dcc8ca0db9 (diff) | |
download | kcmautostart-8097d72273656e748d5bf2e1cf72d8d66d73bab7.tar.gz kcmautostart-8097d72273656e748d5bf2e1cf72d8d66d73bab7.zip |
Drop automake build support.
Add basic cmake build instructions.
Deleted empty files: NEWS and TODO.
Add description in README.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.cvs b/Makefile.cvs deleted file mode 100644 index 4c0afd1..0000000 --- a/Makefile.cvs +++ /dev/null @@ -1,10 +0,0 @@ -all: - @echo "This Makefile is only for the CVS repository" - @echo "This will be deleted before making the distribution" - @echo "" - $(MAKE) -f admin/Makefile.common cvs - -dist: - $(MAKE) -f admin/Makefile.common dist - -.SILENT: |