From a78b0f182749b9e22047193987dc537927009f52 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 14 Jul 1996 17:48:00 +0000 Subject: * MakeTAGS (extract): Pass --add-comments=TRANS. * sysdeps/gnu/errlist.awk: Write comments into the output with the descriptive paragraphs from the manual preceded by TRANS. --- MakeTAGS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MakeTAGS') diff --git a/MakeTAGS b/MakeTAGS index f734cbc327..10b837c9cb 100644 --- a/MakeTAGS +++ b/MakeTAGS @@ -132,7 +132,7 @@ endif define extract @rm -f $@.new -$(XGETTEXT) --keyword=_ --keyword=N_ --sort-output -d - \ +$(XGETTEXT) --keyword=_ --keyword=N_ --add-comments=TRANS --sort-output -d - \ $(XGETTEXTFLAGS-$(@F)) > $@.new $^ mv -f $@.new $@ endef -- cgit v1.2.1