Index: debian/changelog
===================================================================
--- debian/changelog	(revision 3631)
+++ debian/changelog	(working copy)
@@ -2,6 +2,7 @@
 
   * Fixed problem with updating weather forecast for more than for 5 stations
   * Fixed problem with crashing omweather in application mode
+  * Fixed problem with help files
 
  -- Vlad Vasiliev <vlad@gas.by>  Thu, 29 Jul 2009 21:40:00 +0200
 
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 3631)
+++ ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+0.22.8
+  * Fixed problem with updating weather forecast for more than for 5 stations
+  * Fixed problem with crashing omweather in application mode
+  * Fixed problem with help files
+
 0.22.6
   * Fixed problem with hours data from weather.com
   * Fixed problem with autofill field of region
Index: configure.ac
===================================================================
--- configure.ac	(revision 3631)
+++ configure.ac	(working copy)
@@ -225,6 +225,7 @@
         AC_SUBST(LIBOSSOHELP_CFLAGS)
 fi
 
+
 AC_ARG_ENABLE(clutter,
       [  --enable-clutter   Enable GTK-clutter],
       [case "${enableval}" in
Index: data/help/Makefile.am
===================================================================
--- data/help/Makefile.am	(revision 3631)
+++ data/help/Makefile.am	(working copy)
@@ -38,15 +38,9 @@
 	sed "s/__VERSION__/$(VERSION)/g" $< >$@
 
 
-#Remark for work in Fremantle Alpha
-#%.xml.in:
-#	for lang in $(ALL_LINGUAS); do \
-#	    ./intltool-merge4help -x "po/$$lang.po" omweather.xml.in "$$lang/omweather.xml.in" ; \
-#	done
-#Temporary for Fremantle
 %.xml.in:
 	for lang in $(ALL_LINGUAS); do \
-	    cp omweather.xml.in "$$lang/omweather.xml.in" ; \
+	    ./intltool-merge4help -x "po/$$lang.po" omweather.xml.in "$$lang/omweather.xml.in" ; \
 	done
 
 
