diff options
author | gregory guy <[email protected]> | 2021-08-07 11:45:47 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-08-18 01:21:36 +0200 |
commit | 776ef1e137b59624bfb902cfa3c427be976caed2 (patch) | |
tree | 4987616f4974e476902179004bc471e2ae28dfa6 /doc/en/Makefile.am | |
parent | 2b195ec5b27f1df53d81d29683d4a9f2810482fb (diff) | |
download | qalculate-tde-776ef1e137b59624bfb902cfa3c427be976caed2.tar.gz qalculate-tde-776ef1e137b59624bfb902cfa3c427be976caed2.zip |
Conversion to the cmake building system.
Added a man page taken from the Debian packaging system.
Changed the doc folder's layout.
Signed-off-by: gregory guy <[email protected]>
CMake: Use tde_add_project_translations common macro.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2fe98299baff89c26b594704ea6baf6bd8336346)
Diffstat (limited to 'doc/en/Makefile.am')
-rw-r--r-- | doc/en/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index 2f9ab2c..dacaeed 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -1,4 +1,2 @@ -# the SUBDIRS is filled automatically by am_edit. If files are -# in this directory they are installed into the english dir - -SUBDIRS = qalculate_tde +KDE_DOCS = qalculate_tde +KDE_LANG = en |