Update of /cvsroot/scim/skim/doc
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv14224
Modified Files:
Makefile.am SConscript
Log Message:
add Dutch translation from Ronald Stroethoff
Index: SConscript
===================================================================
RCS file: /cvsroot/scim/skim/doc/SConscript,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SConscript 11 Jul 2005 19:31:50 -0000 1.3
--- SConscript 23 Jun 2008 05:09:05 -0000 1.4
***************
*** 6,9 ****
--- 6,10 ----
docenv.docfolder('en/', 'en', env['PACKAGE'])
docenv.docfolder('de/', 'de', env['PACKAGE'])
+ docenv.docfolder('nl/', 'nl', env['PACKAGE'])
#in SuSE spec file, this is removed before install,
Index: Makefile.am
===================================================================
RCS file: /cvsroot/scim/skim/doc/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 6 Sep 2004 23:41:03 -0000 1.3
--- Makefile.am 23 Jun 2008 05:09:05 -0000 1.4
***************
*** 2,6 ****
# in this directory they are installed into the english dir
! KDE_LANG = en de
KDE_DOCS = skim
SUBDIRS = $(AUTODIRS)
--- 2,6 ----
# in this directory they are installed into the english dir
! KDE_LANG = en de nl
KDE_DOCS = skim
SUBDIRS = $(AUTODIRS)
|