diff options
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index f7f777f..7ed8877 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile | |||
@@ -38,7 +38,7 @@ do_xsltproc_build = \ | |||
38 | # asciidoc requires a synopsis, but file format man pages (5) do | 38 | # asciidoc requires a synopsis, but file format man pages (5) do |
39 | # not require them. This removes it from the file in the final step. | 39 | # not require them. This removes it from the file in the final step. |
40 | define remove_synopsis | 40 | define remove_synopsis |
41 | (sed -e '/^\.SH "SYNOPSIS"/,/^\.sp/d' $1 > $1.tmp;\ | 41 | (sed -e '/^\.SH "SYNOPSIS"/,/ignore/d' $1 > $1.tmp;\ |
42 | mv $1.tmp $1) | 42 | mv $1.tmp $1) |
43 | endef | 43 | endef |
44 | 44 | ||