diff options
author | gregory guy <[email protected]> | 2020-08-07 14:43:39 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-08-07 15:31:05 +0200 |
commit | f1564b0151f5f43c6b73e4fa6fff3c405fb95e3c (patch) | |
tree | a908f4a54d64f20192922fb139ade5287854cfbc /doc/man/CMakeLists.txt | |
parent | 450fd249dd5cce5efc21f49ba1d3e5741d527750 (diff) | |
download | tde-systemsettings-f1564b0151f5f43c6b73e4fa6fff3c405fb95e3c.tar.gz tde-systemsettings-f1564b0151f5f43c6b73e4fa6fff3c405fb95e3c.zip |
Add a man page taken from the Debian packaging system.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r-- | doc/man/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt new file mode 100644 index 0000000..7d61821 --- /dev/null +++ b/doc/man/CMakeLists.txt @@ -0,0 +1,5 @@ +INSTALL( + FILES systemsettings.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) |