diff options
author | gregory guy <[email protected]> | 2021-08-12 14:25:17 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2021-08-12 14:25:17 +0200 |
commit | 96fa3acef5c70cfdc88e93de2e1798e2f710ada2 (patch) | |
tree | 98d887de86efb8102174d5856817388ea4eeb1a2 /Makefile.cvs | |
parent | 9068ef35640f5ca80da6f64c1fc4daf9d2fa7f77 (diff) | |
download | tde-style-domino-96fa3acef5c70cfdc88e93de2e1798e2f710ada2.tar.gz tde-style-domino-96fa3acef5c70cfdc88e93de2e1798e2f710ada2.zip |
Drop automake build support.
Delete empty file NEWS.
Add basic cmake build instructions.
Rework of the README file.
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: |