problems with language translation

eggert.ehmke at berlin.de eggert.ehmke at berlin.de
Thu Jan 30 10:28:15 GMT 2003


Hello Mathias,

> This is working on my system (suse 8.1 with kdevelop 2.1.4):

The patch you describe is already part of 2.1.5, but really the KDEDIR makes
the difference. It works. Thank you !

Eggert

> 
>
**********************************************************************************
> Set $KDEDIR to the correct path,
> 
> change the file <project-dir>/admin/Makefile.common:
> (- means delete line, + means add line)
> 
>  	MAKE=$(MAKE) $(SHELL) $$admindir/cvs.sh $@
>  package-merge:
> -	@MAKE=$(MAKE) POFILES=$(POFILES) PACKAGE=$(PACKAGE) \
> -	  $(SHELL) admin/cvs.sh package-merge
> +	@admindir=$(admindir); \
> +	if test "x$$admindir" = x; then \
> +	  admindir=.; until test -f $$admindir/admin/cvs.sh; do \
> +	    admindir=$$admindir/..; \
> +	    if test `cd $$admindir && pwd` = / ; then break; fi; \
> +	  done; \
> +	  admindir=$$admindir/admin; \
> +	  if test -f $$admindir/cvs.sh; then :; else \
> +	    echo "Can't find the admin/ directory in any parent of the"; \
> +	    echo "current directory.  Please set it with admindir=..."; \
> +	    exit 1; \
> +	  fi; \
> +	fi; \
> +	MAKE=$(MAKE) POFILES="$(POFILES)" PACKAGE="$(PACKAGE)" \
> +	  $(SHELL) $$admindir/cvs.sh package-merge
> 
>  configure.in: configure.files $(shell test -f configure.files && cat 
> configure.files) subdirs
>  configure.files: subdirs
>
*******************************************************************************
> 
> 
> -
> to unsubscribe from this list send an email to
> kdevelop-request at kdevelop.org with the following body:
> unsubscribe »your-email-address«
> 

-- 
Diese Mail wurde versendet durch www.berlin.de

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list