+2004-01-17 Bruno Haible <bruno@clisp.org>
+
+ * po/Makefile.am (POTFILES): Add hello-csharp, hello-csharp-forms
+ sources.
+ (SMALLPOTS): Add hello-csharp.pot, hello-csharp-forms.pot.
+ (hello-csharp.pot, hello-csharp-forms.pot): New rules.
+ (SMALLPOFILES_FOR_lang): Add hello-csharp, hello-csharp-forms elements.
+ (../hello-csharp/po/$(LL).po, ../hello-csharp-forms/po/$(LL).po): New
+ rules.
+ * po/mmsmallpo.sh: Use option --force-po.
+
2004-01-17 Bruno Haible <bruno@clisp.org>
* hello-*/po/Makefile.am: Adapt to changes made in po/Makefile.in.in.
examples/hello-java/Hello.java \
examples/hello-java-awt/Hello.java \
examples/hello-java-swing/Hello.java \
+ examples/hello-csharp/hello.cs \
+ examples/hello-csharp-forms/hello.cs \
examples/hello-gawk/hello.awk \
examples/hello-pascal/hello.pas \
examples/hello-ycp/hello.ycp \
hello-java.pot \
hello-java-awt.pot \
hello-java-swing.pot \
+ hello-csharp.pot \
+ hello-csharp-forms.pot \
hello-gawk.pot \
hello-pascal.pot \
hello-ycp.pot \
hello-java-swing.pot : $(POTFILES_DEPS)
$(SHELL) xsmallpot.sh hello-java-swing
+hello-csharp.pot : $(POTFILES_DEPS)
+ $(SHELL) xsmallpot.sh hello-csharp
+
+hello-csharp-forms.pot : $(POTFILES_DEPS)
+ $(SHELL) xsmallpot.sh hello-csharp-forms
+
hello-gawk.pot : $(POTFILES_DEPS)
$(SHELL) xsmallpot.sh hello-gawk
../hello-java/po/$$lang.po \
../hello-java-awt/po/$$lang.po \
../hello-java-swing/po/$$lang.po \
+ ../hello-csharp/po/$$lang.po \
+ ../hello-csharp-forms/po/$$lang.po \
../hello-gawk/po/$$lang.po \
../hello-pascal/po/$$lang.po \
../hello-ycp/po/$$lang.po \
../hello-java-swing/po/$(LL).po: hello-java-swing.pot $(LL).po
$(SHELL) mmsmallpo.sh hello-java-swing $(LL)
+../hello-csharp/po/$(LL).po: hello-csharp.pot $(LL).po
+ $(SHELL) mmsmallpo.sh hello-csharp $(LL)
+
+../hello-csharp-forms/po/$(LL).po: hello-csharp-forms.pot $(LL).po
+ $(SHELL) mmsmallpo.sh hello-csharp-forms $(LL)
+
../hello-gawk/po/$(LL).po: hello-gawk.pot $(LL).po
$(SHELL) mmsmallpo.sh hello-gawk $(LL)
directory=$1
language=$2
-msgmerge $language.po $directory.pot -o - | \
+msgmerge --force-po $language.po $directory.pot -o - | \
msgattrib --no-obsolete | \
sed -e "s, $directory/, ,g" | sed -e "s,gettext-examples,$directory," | \
sed -e '/^"POT-Creation-Date: .*"$/{