Bug 180675 - digikam-doc 0.9.5 missing doc/pt_digikam & doc/pt_showfoto
Summary: digikam-doc 0.9.5 missing doc/pt_digikam & doc/pt_showfoto
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Documentation (show other bugs)
Version: 0.9.5
Platform: Debian testing Unspecified
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-14 15:50 UTC by Mark Purcell
Modified: 2017-07-11 04:12 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 1.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Purcell 2009-01-14 15:50:15 UTC
Version:           digikam-doc 0.9.5 (using KDE 3.5.10)
Installed from:    Debian testing/unstable Packages

digikam-doc 0.9.5 only ships doc/pt_BR_digikam 
not doc/pt_digikam nor doc/pt_showfoto

the attached patch enables ./configure to run:

--- digikam-doc-0.9.5.orig/configure.in
+++ digikam-doc-0.9.5/configure.in
@@ -92,8 +92,6 @@
 AC_CONFIG_FILES([ doc/nl_digikam/Makefile ])
 AC_CONFIG_FILES([ doc/nl_showfoto/Makefile ])
 AC_CONFIG_FILES([ doc/pt_BR_digikam/Makefile ])
-AC_CONFIG_FILES([ doc/pt_digikam/Makefile ])
-AC_CONFIG_FILES([ doc/pt_showfoto/Makefile ])
 AC_CONFIG_FILES([ doc/ru_digikam/Makefile ])
 AC_CONFIG_FILES([ doc/showfoto/Makefile ])
 AC_CONFIG_FILES([ doc/sv_digikam/Makefile ])

& rerun autoconf.

Without the patch I get the following error when trying to run configure:

[...]
config.status: creating doc/Makefile
config.status: creating doc/da_digikam/Makefile
config.status: creating doc/da_showfoto/Makefile
config.status: creating doc/de_digikam/Makefile
config.status: creating doc/de_showfoto/Makefile
config.status: creating doc/digikam/Makefile
config.status: creating doc/es_digikam/Makefile
config.status: creating doc/es_showfoto/Makefile
config.status: creating doc/et_digikam/Makefile
config.status: creating doc/et_showfoto/Makefile
config.status: creating doc/it_digikam/Makefile
config.status: creating doc/it_showfoto/Makefile
config.status: creating doc/nl_digikam/Makefile
config.status: creating doc/nl_showfoto/Makefile
config.status: creating doc/pt_BR_digikam/Makefile
config.status: error: cannot find input file: doc/pt_digikam/Makefile.in
make: *** [config.status] Error 1
Comment 1 Jan Merka 2009-01-29 23:42:55 UTC
I have got the same problem installing digikam-doc on a system compiled from source code (Sorcerer Linux) with kde 3.5.10 installed. The patch above fixes the issue.
Comment 2 caulier.gilles 2009-01-30 09:30:05 UTC
Gerhard,

Are you seen this entry about documentation ?

Gilles
Comment 3 Nicolas L. 2009-12-17 16:30:47 UTC
OK on digikam KDE4
Comment 4 Mark Purcell 2009-12-18 09:49:47 UTC
I have not yet seen a tar.gz release for digikam-doc for KDE4.

I have been looking here:
http://sourceforge.net/projects/digikam/files/

Should I be looking elsewhere or does digikam-doc only exist in svn at present?