diff --git a/Makefile.in b/Makefile.in index 47f83e9fa..7ef64e90b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -373,8 +373,8 @@ toc.txt: $(subst index.hdr,index.hdr.in,$(HDR_FILES)) NAME=`basename $$i .hdr`; \ NAME=`basename $$NAME .hdr.in`; \ sed <$$i >>toc.tmp -n \ - -e 's,.*\\page *\([^ ]*\) *\(.*\)$$,- \2,p' \ - -e 's,.*\\section *\([^ ]*\) *\(.*\)$$, - \2,p'; \ + -e 's,.*\\page *\([^ ]*\) *\(.*\)$$,- \2,p' \ + -e 's,.*\\section *\([^ ]*\) *\(.*\)$$, - \2,p'; \ done mv toc.tmp $@