diff options
author | gregory guy <[email protected]> | 2020-05-02 13:16:47 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-05-02 13:24:54 +0200 |
commit | 9b0f1edee518a8c69bb51b25e0dbf56ae9b32843 (patch) | |
tree | c30c8b33982c985e73bf5237f28d052182fce41a /Makefile.cvs | |
parent | 4743905f46504c15449282f33dcecd1161add969 (diff) | |
download | tdeio-sword-9b0f1edee518a8c69bb51b25e0dbf56ae9b32843.tar.gz tdeio-sword-9b0f1edee518a8c69bb51b25e0dbf56ae9b32843.zip |
Drop automake build support.
Add basic cmake build instructions.
Rework of the README and help files.
Delete the NEWS file.
Some cosmetics.
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: |