Bug 220255 - kphotoalbum english handbook not installed (missing doc/CMakeLists.txt)
Summary: kphotoalbum english handbook not installed (missing doc/CMakeLists.txt)
Status: RESOLVED FIXED
Alias: None
Product: kphotoalbum
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KPhotoAlbum Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-27 12:07 UTC by Mark Purcell
Modified: 2009-12-29 15:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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