https://bugs.kde.org/show_bug.cgi?id=382550

Mauro Carvalho Chehab <mchehab+...@kernel.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|man pages not created in    |man pages not created in
                   |2.0.12                      |kaffeine 2.0.12
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1
           Assignee|mchehab+...@kernel.org      |sit...@kde.org
          Component|general                     |general
            Product|kaffeine                    |releaseme

--- Comment #1 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
For 2.0.12 tarball, I started using releaseme. It seems that releaseme
completely replaced Kaffeine's doc/CMakeLists.txt, instead of just appending
translations to it.

The original content of the file is:

kdoctools_create_handbook(index.docbook INSTALL_DESTINATION
${HTML_INSTALL_DIR}/
en SUBDIR kaffeine)
kdoctools_create_manpage (man-kaffeine.1.docbook 1 INSTALL_DESTINATION
${MAN_INS
TALL_DIR})

It got replaced by: 

add_subdirectory(ca)
add_subdirectory(pt)
add_subdirectory(en)
add_subdirectory(sv)
add_subdirectory(uk)
add_subdirectory(pt_BR)
add_subdirectory(it)
add_subdirectory(nl)

Additionally, I had to remove a .gitignore file from that dir, as otherwise it
would be creating an add_subdirectory(.gitignore)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to