diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-01-31 02:59:11 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-02-01 14:33:38 +0100 |
commit | 3006d757e05ee27390644778fddb84bdac9e967b (patch) | |
tree | 50848def0c6e53b1d7bd7046790c3fc638e696f2 /Makefile.cvs | |
parent | 869bfcd97858019e28a768e2e0ac8f7295640a07 (diff) | |
download | kopete-otr-3006d757e05ee27390644778fddb84bdac9e967b.tar.gz kopete-otr-3006d757e05ee27390644778fddb84bdac9e967b.zip |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2804b98494a2800b48e6d8a4131a158e582ea4f6)
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: |