90a227daee
Changelog: GIMP Help 2 release 2.8.1 ========================= - New (incomplete) translations: Brazilian Portuguese, Danish, Catalan - Online documentation (http://docs.gimp.org) now provides a language menu which allows users to switch to other translations of the same document if available (#168256) - Bugfixes: * #168256 - Help pages should have links to corresponding pages in other language * #676683 - Docs use the term "dpi", GIMP UI uses "ppi" * #679173 - Grammatical error in Help Browser: "have there own preset system" * #680243 - Export File shortcut error in Gimp Manual * #711318 - help pages should have a link to Bugzilla
20 lines
742 B
Makefile
20 lines
742 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/03/26 16:18:30 ryoon Exp $
|
|
#
|
|
|
|
HELPLANGUAGE= pl
|
|
|
|
DISTNAME= gimp-help-${GIMPDOCVER}-html-${HELPLANGUAGE}
|
|
PKGNAME= gimp-docs-${HELPLANGUAGE}-${DISTNAME:S/gimp-help-//:S/-html-${HELPLANGUAGE}//}
|
|
|
|
# There is no po/pl/gimp.po in 2.8.1 tarball.
|
|
# Use msgfmt and msginit from devel/gettext-tools.
|
|
_TOOLS_USE_PKGSRC.msgfmt= yes
|
|
#TOOL_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
|
|
#FIND_PREFIX:= GETTEXTTOOLSDIR=gettext-tools
|
|
#.include "../../mk/find-prefix.mk"
|
|
#CONFIGURE_ARGS+= MSGFMT=${GETTEXTTOOLSDIR}/bin/msginit
|
|
#CONFIGURE_ARGS+= MSGINIT=${GETTEXTTOOLSDIR}/bin/msginit
|
|
|
|
.include "../../graphics/gimp-docs-en/Makefile.common"
|
|
|
|
COMMENT= Documentation package for The Gimp image manipulation software
|