[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kde-i18n
From:       Stephan Kulow <coolo () kde ! org>
Date:       2005-04-12 15:52:19
Message-ID: 20050412155219.07DDF633 () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

SVN is delayed


  M +5 -4      Makefile.am.in   1.68


--- kde-i18n/Makefile.am.in  #1.67:1.68
@@ -209,5 +209,6 @@
 
 all_files:
-        @pwd=`pwd`; bash $$pwd/findfiles $$pwd/all_files
+        @pwd=`pwd`; \
+        (cd .. && bash $$pwd/findfiles $$pwd/all_files)
 
 desktop: all_files
@@ -222,5 +223,5 @@
         for file in $$list; do \
           mod=`echo $$file | sed -e "s,all_files_,,"` ;\
-          perl $$pwd/createdesktop.pl --file-list=$$pwd/$$file > $$desktop.tmp ;\
+          (cd .. && perl $$pwd/createdesktop.pl --file-list=$$pwd/$$file > \
                $$desktop.tmp) ;\
           $$msguniqexec --to-code=UTF-8 --no-wrap -o $$desktop $$desktop.tmp ; \
           if test -d templates/$$mod; then dest=templates/$$mod; else \
dest=templates; fi ;\ @@ -282,6 +283,6 @@
                 list=`cat $$listfile` ; \
                 for i in $$list; do \
-                        ./apply $$i $$filelanguages >> $$logfile 2>&1 && \
-                                if cmp -s $$i $$i.new; then rm $$i.new; else mv -f \
$$i.new $$i; fi ;\ +                        ./apply ../$$i $$filelanguages >> \
$$logfile 2>&1 && \ +                                if cmp -s ../$$i ../$$i.new; \
then rm ../$$i.new; else mv -f ../$$i.new ../$$i; fi ;\  done ;\
         done ;\


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic