From c9dc3f62698e9b456869ba8c1f0fd8f3c672ebf2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 1 Mar 2006 10:05:04 +0000 Subject: * Makefile (format-me): Use --plaintext --no-number-sections. * NOTES, INSTALL: Regenerated. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8db0ff51f4..25bcca0135 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit 1.4.1