diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-11-01 11:46:21 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-11-04 22:15:53 +0900 |
commit | a5293a4305b4cefdbd8827a3248915f08c958918 (patch) | |
tree | 951fe4bce963c896be0c80f270599c9db7b961f8 /.gitmodules | |
parent | ec3ad1da018999fc627db82f9778ebf28da0aedf (diff) | |
download | knights-a5293a4305b4cefdbd8827a3248915f08c958918.tar.gz knights-a5293a4305b4cefdbd8827a3248915f08c958918.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>
(cherry picked from commit 873d0e4138a1569d2a8dfa061d0338b6d017dd3b)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 4fce771..5b98c56 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "admin"] - path = admin - url = http://system@scm.trinitydesktop.org/scm/git/tde-common-admin [submodule "cmake"] path = cmake url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake |