diff options
author | Roland McGrath <roland@gnu.org> | 2006-03-01 10:05:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-03-01 10:05:04 +0000 |
commit | c9dc3f62698e9b456869ba8c1f0fd8f3c672ebf2 (patch) | |
tree | e52529d38c3e85221e723eee9d59c053ef5d9192 /Makefile | |
parent | 35129bc0e34e7fe7d9d129ae6ffc2cdfa25a8df2 (diff) | |
download | glibc-c9dc3f62698e9b456869ba8c1f0fd8f3c672ebf2.tar.gz |
* Makefile (format-me): Use --plaintext --no-number-sections.
* NOTES, INSTALL: Regenerated.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -399,7 +399,7 @@ tag-%: $(files-for-dist) define format-me @rm -f $@ -makeinfo --no-validate --no-warn --no-headers $< -o $@ +makeinfo --no-validate --plaintext --no-number-sections $< -o $@ -chmod a-w $@ endef INSTALL: manual/install.texi; $(format-me) |