gimp-help-2 r2363 - trunk
- From: romanofski svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp-help-2 r2363 - trunk
- Date: Sat, 16 Feb 2008 13:01:29 +0000 (GMT)
Author: romanofski
Date: Sat Feb 16 13:01:29 2008
New Revision: 2363
URL: http://svn.gnome.org/viewvc/gimp-help-2?rev=2363&view=rev
Log:
2008-02-16 Roman Joost <romanofski gimp org>
* Makefile.am: applied patch contributed by Ulf-D. Ehlert and
Peter Volkov, which fixes #507570
Modified:
trunk/ChangeLog
trunk/Makefile.am
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sat Feb 16 13:01:29 2008
@@ -2,17 +2,14 @@
SUBDIRS = quickreference
-# languages we want to exclude from installing images
-image_find_exclude = \
- \( \
- -name 'zh_CN' -type d -o \
- -name 'cs' -type d -o \
- -name 'hr' -type d \
- \)
-
-image_find_predicates = \
+# Options for the "find images" command:
+image_find_predicates = \
-name '.svn' -prune \
- -o $(image_find_exclude) -prune \
+ -o \
+ -type d \
+ \( -name '[a-z][a-z]' -o -name '[a-z][a-z]_[A-Z][A-Z]' \) \
+ $(image_lang_exclude) \
+ -prune \
-o \
\( \
-name '*.png' -o \
@@ -22,6 +19,15 @@
-name '*.gif' \
\) -print
+# languages we want to exclude from installing images
+image_lang_exclude = \
+ $(shell echo $(strip $(ALL_LINGUAS)) | \
+ sed -e '/^$$/d; \
+ s/[[:blank:]]/ -o -name /g; \
+ s/^/! \\( -name /; \
+ s/$$/ \\)/ ' \
+ )
+
html_files_find_predicates = \
-type f -name '*.*' \
-print
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]