Bug 220255

Summary: kphotoalbum english handbook not installed (missing doc/CMakeLists.txt)
Product: [Applications] kphotoalbum Reporter: Mark Purcell <msp>
Component: generalAssignee: KPhotoAlbum Bugs <kpabugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Mark Purcell 2009-12-27 12:07:56 UTC
Version:           4.1.1 (using 4.3.4 (KDE 4.3.4), Debian packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.32-trunk-686

I received a report that the English handbook wasn't being installed. http://bugs.debian.org/557141

This was due to a missing doc/CMakeLists.txt

I have installed the attached file and all is goodness now:

doc/CMakeLists.txt
=============================
kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en/ SUBDIR kphotoalbum)

Mark
Comment 1 Burkhard Lück 2009-12-29 15:55:04 UTC
SVN commit 1067403 by lueck:

build + install the documentation of kphotoalbum
BUG:220255

 M  +2 -0      CMakeLists.txt  
 A             kphotoalbum/CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1067403