diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-11-01 11:46:21 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-11-01 11:46:21 +0100 |
commit | 873d0e4138a1569d2a8dfa061d0338b6d017dd3b (patch) | |
tree | 330519cff76d1948c74f7674793cdc1399fee3d6 /Makefile.dist | |
parent | 620d83c4efc5ffcbf89d941410dbddda4daff279 (diff) | |
download | knights-873d0e4138a1569d2a8dfa061d0338b6d017dd3b.tar.gz knights-873d0e4138a1569d2a8dfa061d0338b6d017dd3b.zip |
Drop automake build support.
Add basic cmake build instructions in the INSTALL file.
Rework of README file and the help page.
The History file has been removed, the content added to the
ChangeLog file.
The file CreatingThemes has moved in the doc folder.
Cosmetic changes in CMakeLists.txt .
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'Makefile.dist')
-rw-r--r-- | Makefile.dist | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.dist b/Makefile.dist deleted file mode 100644 index be59a86..0000000 --- a/Makefile.dist +++ /dev/null @@ -1,14 +0,0 @@ -all: - @echo "This Makefile is only for the CVS repository" - @echo "This will be deleted before making the distribution" - @echo "" - @if test ! -d admin; then \ - echo "Please recheckout this module!" ;\ - echo "for cvs: use checkout once and after that update again" ;\ - echo "for cvsup: checkout kde-common from cvsup and" ;\ - echo " link kde-common/admin to ./admin" ;\ - exit 1 ;\ - fi - $(MAKE) -f admin/Makefile.common cvs - -.SILENT: |