diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-05 13:09:14 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-10-06 22:55:09 +0900 |
commit | 42fd0f528703b2f6e94d891f87815f9619dcf86e (patch) | |
tree | 831c38f11b7c5c03b218028dfcb9c353310f8710 /.gitmodules | |
parent | 6146ca23b87b27f178980cc7bf519268e68794da (diff) | |
download | dolphin-42fd0f528703b2f6e94d891f87815f9619dcf86e.tar.gz dolphin-42fd0f528703b2f6e94d891f87815f9619dcf86e.zip |
Drop automake build support.
Add basic build instructions with cmake.
Add short description in README.
Deleted empty files: README, templates/cpp, templates/h.
Deleted emtpy folder: src/toolbar.
Deleted obsolete file: src/README
(cherry picked from commit e3e93c027f7440e6327f12041937988306c06719)
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 |