diff options
author | gregory guy <[email protected]> | 2021-09-27 14:42:30 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-09-28 15:08:41 +0900 |
commit | f802a62bb39269207b186b8b12035ac7f59f28a9 (patch) | |
tree | c0fdd1f2495f02dfd8067ca806a8476b075567a9 /Makefile.cvs | |
parent | 4cd2516a1ec6f04e3f93a6eb2fbaa82e52862363 (diff) | |
download | ksystemlog-f802a62bb39269207b186b8b12035ac7f59f28a9.tar.gz ksystemlog-f802a62bb39269207b186b8b12035ac7f59f28a9.zip |
Drop automake build support.
Add basic cmake build instructions.
Rework the README file.
Remove files in double, without useful info or refering to the original website (that one is long gone).
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit fcf99894a5c144364e48f8373f80e5a1cb133cd1)
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: |