gimp-help-2 r2639 - in trunk: . po/de/preface po/es/preface po/fr/preface po/it/preface po/ko/preface po/nl/preface po/no/preface src/preface



Author: ulfehlert
Date: Tue Dec 23 19:42:52 2008
New Revision: 2639
URL: http://svn.gnome.org/viewvc/gimp-help-2?rev=2639&view=rev

Log:
2008-12-23  Ulf-D. Ehlert  <ulfehlert svn gnome org>

	* src/preface/titles.xml: removed (now we use
	po files for translating titles)

	* Makefile.am: fixed making preface/authors.xml

	* po/de/preface/authors.po
	* po/es/preface/authors.po
	* po/fr/preface/authors.po
	* po/it/preface/authors.po
	* po/ko/preface/authors.po
	* po/nl/preface/authors.po
	* po/no/preface/authors.po: fixed, migrating didn't work
	as expected


Removed:
   trunk/src/preface/titles.xml
Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/po/de/preface/authors.po
   trunk/po/es/preface/authors.po
   trunk/po/fr/preface/authors.po
   trunk/po/it/preface/authors.po
   trunk/po/ko/preface/authors.po
   trunk/po/nl/preface/authors.po
   trunk/po/no/preface/authors.po

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Tue Dec 23 19:42:52 2008
@@ -93,7 +93,7 @@
 
 # lists of source (XML) files and source directories
 XML_DIRS  = $(shell cd $(srcdir) && find $(xmldir) $(dir_predicates))
-XML_FILES = $(shell cd $(top_srcdir) && find src $(src_find_predicates)) \
+XML_FILES = $(shell cd $(srcdir) && find $(xmldir) $(src_find_predicates)) \
 	    $(AUTHORS_DOCBOOK_XML)
 # list of source po template files
 POT_FILES = $(XML_FILES:$(xmldir)/%.xml=$(potdir)/%.pot)
@@ -131,7 +131,7 @@
 # list of authors and contributors
 AUTHORS_STYLESHEET_XML = stylesheets/authors.xml
 # automatically generated authors section (DocBook)
-AUTHORS_DOCBOOK_XML = $(top_srcdir)/src/preface/authors.xml
+AUTHORS_DOCBOOK_XML = $(xmldir)/preface/authors.xml
 
 # TODO?: rename "plainhtml.xsl" to "html.xsl" and use ...
 # ... HTML_STYLESHEETS = stylesheets/html*.xsl
@@ -677,7 +677,6 @@
 ##  Note that number of images is *huge*, and if we stick image files in
 ##  EXTRA_DIST we get an "Argument list too long" error. So we handle it here.
 
-
 dist-copy-images:
 	$(cmd) test -d "$(top_srcdir)/images" && test -d "$(distdir)"
 	@echo "Copying images into distdir $(distdir) ..."



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]