summaryrefslogtreecommitdiffstats
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-17 11:38:05 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-17 11:38:05 +0000
commita666499bd2f40a08654285b24785a9b7c4cea5c2 (patch)
tree937f12ff2de77ad9645dd0e7ac5ab0b831d8746b /po/Makefile.in.in
parent3439bcc153595863f255ee8de906450a263a59be (diff)
- Makefile.am: Fix the dist target to include all necessary files.
- po/fr.po: New French translation. (-> stable!) - Add the new options to Muttrc.in. - regex.c, configure.in: include config.h from regex.c, and handle alloca in a more intelligent way than before. (Currently, we just mis-handle it.) Port this to stable and test it! - po/cs.po: update cs.po. - po/de.po, po/nl.po: updated versions from Roland and Boris. - pager.c: Vikas' grok_ansi fix. - po/Makefile.in.in: keymap_defs is always in po/.. - from Lars Hecking.
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 4659a88f..6eb0c798 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -84,8 +84,8 @@ all: all-@USE_NLS@
all-yes: cat-id-tbl.c $(CATALOGS)
all-no:
-$(top_srcdir)/keymap_defs.h:
- cd $(top_srcdir) && $(MAKE) keymap_defs.h
+../keymap_defs.h:
+ cd .. && $(MAKE) keymap_defs.h
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \