From bd71f0a09642e91cd3cbcf61b0820a1f19200e66 Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 2 Nov 2006 04:12:21 +1000 Subject: [PATCH] Fix build error darcs-hash:20061101181221-ac50b-227b2d2f6f5122c9f25c471872376884bdace13c.gz --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 84687b5f3..87defd4cd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -393,8 +393,7 @@ doc.h:$(HDR_FILES) for i in $(HDR_FILES); do\ sed <$$i >>doc.tmp -n \ -e 's,.*\\page *\([^ ]*\) *\(.*\)$$,- \2,p' \ - -e 's,.*\\section *\([^ ]*\) *\(.*\)$$, - \2,p' \ -# -e 's,.*\\subsection *\([^ ]*\) *\(.*\)$$, - \2,p'; \ + -e 's,.*\\section *\([^ ]*\) *\(.*\)$$, - \2,p'; \ done cat $(HDR_FILES) >>doc.tmp; mv doc.tmp doc.h