diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-02-22 12:31:47 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-02-22 12:44:01 +0100 |
commit | 9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda (patch) | |
tree | 5414f4b1866fb6ac99d742f217b19f470e1ae477 /doc/CMakeLists.txt | |
parent | a79160540c050b5eaca4ecdcee65ec2e164eae6f (diff) | |
download | kvpnc-9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda.tar.gz kvpnc-9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda.zip |
Drop automake build support.
Add basic build instructions.
Rework of the README, INSTALL and help page.
Remove empty folder templates and the NEWS file.
Delete the INSTALL.debian and INSTALL.gentoo files.
Create the doc/misc folder to hold lot of config
and/or readme files.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 6d0aa9f..463cb40 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1 +1,6 @@ -tde_auto_add_subdirectories( ) +add_subdirectory( de ) +add_subdirectory( en ) +add_subdirectory( fr ) +add_subdirectory( sv ) +add_subdirectory( man ) +add_subdirectory( tdeioslave ) |