diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-08-18 21:54:28 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-08-18 22:05:15 +0200 |
commit | 518da4b28d005bcc78138d251165cb9eeae6a79e (patch) | |
tree | 06500e44da41d5b1bf9b65bb38556a102895cbaa /.gitmodules | |
parent | 64f579752800dde6c3866f8052f46e96c1fe94af (diff) | |
download | kuickshow-518da4b28d005bcc78138d251165cb9eeae6a79e.tar.gz kuickshow-518da4b28d005bcc78138d251165cb9eeae6a79e.zip |
Drop automake build support.
Rework of the README file.
Add basic cmake build instructions.
Add CMakeL10n rules for desktop file.
Use common rules for build and install documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index bdec8fc..0000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "admin"] - path = admin - url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin -[submodule "cmake"] - path = cmake - url = https://system@scm.trinitydesktop.org/scm/git/tde-common-cmake |