diff options
author | gregory guy <[email protected]> | 2021-08-12 14:25:17 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-08-13 11:36:27 +0900 |
commit | ebaec6f0b6442bb54896a1d3e7554024d91185d5 (patch) | |
tree | 2b4afc9fb7fe7713be729e1333c68ecb7918012b /Makefile.cvs | |
parent | 7e425913ad67339b448be08746ef2de3c6a590f9 (diff) | |
download | tde-style-domino-ebaec6f0b6442bb54896a1d3e7554024d91185d5.tar.gz tde-style-domino-ebaec6f0b6442bb54896a1d3e7554024d91185d5.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]>
(cherry picked from commit 96fa3acef5c70cfdc88e93de2e1798e2f710ada2)
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: |