From efd01ae6c60c9b4f851741da6b1ae1667ed31640 Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 19 Jan 2006 01:59:29 +1000 Subject: [PATCH] Don't automatically rebuild messages.pot every time the source changes darcs-hash:20060118155929-ac50b-8134050a43269c35d582fb4410449d64dbbebb52.gz --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 9478c0b3f..96560b953 100644 --- a/Makefile.in +++ b/Makefile.in @@ -233,7 +233,7 @@ doc.h:$(BUILTIN_DOC_SRC) $(CMD_DOC_SRC) doc_src/doc.hdr fi # Create a template translation object -messages.pot: *.c *.h init/*.in init/*.fish init/completions/*.fish +messages.pot: if test $(HAVE_GETTEXT) = 1;then \ xgettext -k_ -kN_ -kcomplete_desc --no-wrap *.c *.h -o messages.pot; \ xgettext -j -k_ -LShell --no-wrap init/*.in init/*.fish init/completions/*.fish -o messages.pot; \