1 diff -Naur rekonq/CMakeLists.txt rekonq_new/CMakeLists.txt
2 --- rekonq/CMakeLists.txt 2011-12-21 23:17:00.473304793 -0500
3 +++ rekonq_new/CMakeLists.txt 2011-12-21 23:36:03.629913931 -0500
5 ADD_SUBDIRECTORY( src )
6 ADD_SUBDIRECTORY( icons )
7 ADD_SUBDIRECTORY( kwebapp )
8 + ADD_SUBDIRECTORY( i18n )
10 ENDIF(REKONQ_CAN_BE_COMPILED)
12 diff -Naur rekonq/scripts/download_i18n.sh rekonq_new/scripts/download_i18n.sh
13 --- rekonq/scripts/download_i18n.sh 2011-12-21 23:17:00.496638125 -0500
14 +++ rekonq_new/scripts/download_i18n.sh 2011-12-21 23:36:20.049913104 -0500
16 # 2. run this script. It will create an i18n dir in rekonq sources ($RK_SRCS variable, set it to your source path)
17 # dir with all the listed translations (eg: italian translation = rekonq_it.po file)
18 # plus the CMakeLists.txt file needed to compile them.
19 -RK_SRCS=/DATI/KDE/SRC/rekonq
20 +#RK_SRCS=/DATI/KDE/SRC/rekonq
22 # 3. Uncomment the "ADD_SUBDIRECTORY( i18n )" line in main CMakeLists.txt file.