summaryrefslogtreecommitdiff
path: root/messages
diff options
context:
space:
mode:
authorbwarsaw2001-05-29 18:56:04 +0000
committerbwarsaw2001-05-29 18:56:04 +0000
commitd3d1c1dcc04e3b2e34fd6f0f395126a412cfd241 (patch)
treec70fdc04d7cdb55e5ce34b49bdbc8bbfc2904144 /messages
parentfc4d5d925751fb5051ea4dabbc80ce9579fd954c (diff)
downloadmailman-d3d1c1dcc04e3b2e34fd6f0f395126a412cfd241.tar.gz
mailman-d3d1c1dcc04e3b2e34fd6f0f395126a412cfd241.tar.zst
mailman-d3d1c1dcc04e3b2e34fd6f0f395126a412cfd241.zip
Added a note about tools you'll need if you want to run "make
catalogs" (ordinarily not necessary by most users). .po.mo: fixed reversed argument order %/LC_MESSAGES/mailman.mo: rule wasn't needed since the .po.mo rule %does the trick.
Diffstat (limited to 'messages')
-rw-r--r--messages/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/messages/Makefile.in b/messages/Makefile.in
index 40a6d677c..c26a6aa96 100644
--- a/messages/Makefile.in
+++ b/messages/Makefile.in
@@ -17,6 +17,10 @@
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
# the Makefile by running just config.status.
+#
+# NOTE: You should ordinarily never need to run "make catalogs", but
+# if you find you do, you will need GNU make, and the GNU gettext
+# suite (e.g. msgfmt, msgmerge).
# Variables set by configure
@@ -64,7 +68,7 @@ PROG= bin/pygettext.py
.SUFFIXES: .po .mo
.po.mo:
- $(MSGFMT) -o $< $@
+ $(MSGFMT) -o $@ $<
# Rules
@@ -125,9 +129,5 @@ $(POTFILE): message.files
@echo "Merging new template file with existing translations"
-mv $@ $@.old && $(MSGMERGE) -o $@ $@.old $(POTFILE)
-# And convert the .mo to .po
-%/LC_MESSAGES/mailman.mo: %/LC_MESSAGES/mailman.po
- @echo "Generating binary catalog"
- msgfmt -o $@ $<
FORCE: