about summary refs log tree commit diff
path: root/MakeTAGS
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-14 17:48:00 +0000
committerRoland McGrath <roland@gnu.org>1996-07-14 17:48:00 +0000
commita78b0f182749b9e22047193987dc537927009f52 (patch)
treeb47253f15c92e1feaf36e1b95adbab51f9db5792 /MakeTAGS
parentb1dbbaa48c188f78fa78f25cf405b8d95575de08 (diff)
downloadglibc-a78b0f182749b9e22047193987dc537927009f52.tar.gz
glibc-a78b0f182749b9e22047193987dc537927009f52.tar.xz
glibc-a78b0f182749b9e22047193987dc537927009f52.zip
* 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.
Diffstat (limited to 'MakeTAGS')
-rw-r--r--MakeTAGS2
1 files changed, 1 insertions, 1 deletions
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