+2003-12-06 Bruno Haible <bruno@clisp.org>
+
+ * hello-objc-gnustep/autoclean.sh: Also remove the *.lproj directories.
+ * hello-objc-gnustep/po/GNUmakefile: Include the general rules at the
+ beginning, not at the end, so that our .SUFFIXES tag has an effect.
+ ($(ENSTRINGSFILES)): Create the target directory.
+
2003-12-06 Bruno Haible <bruno@clisp.org>
* hello-*/INSTALL: Update the installation instructions.
# which the translators can contact you.
MSGID_BUGS_ADDRESS = bug-gnu-gettext@gnu.org
+-include $(GNUSTEP_MAKEFILES)/rules.make
+
XGETTEXT = xgettext
MSGMERGE = msgmerge
MSGMERGE_UPDATE = msgmerge --update
mv $@.tmp $@
$(ENSTRINGSFILES): $(DOMAIN).pot
+ mkdir -p $(patsubst %/,%, $(dir $@))
$(MSGINIT) -i $(DOMAIN).pot --no-translator -l $(UNIXLOCALE_$(patsubst %.lproj,%, $(notdir $(patsubst %/,%, $(dir $@))))) --stringtable-output -o $@.tmp
mv $@.tmp $@
echo-languages:
@echo $(foreach lang, $(LINGUAS), $(NSLOCALE_$(lang)))
--include $(GNUSTEP_MAKEFILES)/rules.make
-