From 07eb1add3c500ca4c53d499340bf5d524e288b39 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jun 2012 10:11:01 +0200 Subject: Rename --*logue options to --*logue-file --- doc/cli.1 | 8 ++++---- doc/cli.xhtml | 8 ++++---- doc/makefile | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'doc') diff --git a/doc/cli.1 b/doc/cli.1 index 3e3a822..76bbfeb 100644 --- a/doc/cli.1 +++ b/doc/cli.1 @@ -131,16 +131,16 @@ Generate documentation in the man page format\. .IP "\fB--generate-html\fP" Generate documentation in the HTML format\. -.IP "\fB--man-prologue\fP \fIfile\fP" +.IP "\fB--man-prologue-file\fP \fIfile\fP" Insert the content of \fIfile\fP at the beginning of the man page file\. -.IP "\fB--man-epilogue\fP \fIfile\fP" +.IP "\fB--man-epilogue-file\fP \fIfile\fP" Insert the content of \fIfile\fP at the end of the man page file\. -.IP "\fB--html-prologue\fP \fIfile\fP" +.IP "\fB--html-prologue-file\fP \fIfile\fP" Insert the content of \fIfile\fP at the beginning of the HTML file\. -.IP "\fB--html-epilogue\fP \fIfile\fP" +.IP "\fB--html-epilogue-file\fP \fIfile\fP" Insert the content of \fIfile\fP at the end of the HTML file\. .IP "\fB--class\fP \fIfq-name\fP" diff --git a/doc/cli.xhtml b/doc/cli.xhtml index c6ef7b4..bcd6959 100644 --- a/doc/cli.xhtml +++ b/doc/cli.xhtml @@ -156,16 +156,16 @@
--generate-html
Generate documentation in the HTML format.
-
--man-prologue file
+
--man-prologue-file file
Insert the content of file at the beginning of the man page file.
-
--man-epilogue file
+
--man-epilogue-file file
Insert the content of file at the end of the man page file.
-
--html-prologue file
+
--html-prologue-file file
Insert the content of file at the beginning of the HTML file.
-
--html-epilogue file
+
--html-epilogue-file file
Insert the content of file at the end of the HTML file.
--class fq-name
diff --git a/doc/makefile b/doc/makefile index f05102a..00350a4 100644 --- a/doc/makefile +++ b/doc/makefile @@ -17,16 +17,16 @@ $(out_base)/cli.xhtml: $(src_root)/cli/options.cli \ $(src_base)/cli-prologue.xhtml \ $(src_base)/cli-epilogue.xhtml $(call message,cli-html $<,$(out_root)/cli/cli --generate-html \ ---output-dir $(out_base) --html-prologue $(src_base)/cli-prologue.xhtml \ ---html-epilogue $(src_base)/cli-epilogue.xhtml $<) +--output-dir $(out_base) --html-prologue-file $(src_base)/cli-prologue.xhtml \ +--html-epilogue-file $(src_base)/cli-epilogue.xhtml $<) $(call message,,mv $(out_base)/options.html $(out_base)/cli.xhtml) $(out_base)/cli.1: $(src_root)/cli/options.cli \ $(src_base)/cli-prologue.1 \ $(src_base)/cli-epilogue.1 $(call message,cli-man $<,$(out_root)/cli/cli --generate-man \ ---output-dir $(out_base) --man-prologue $(src_base)/cli-prologue.1 \ ---man-epilogue $(src_base)/cli-epilogue.1 $<) +--output-dir $(out_base) --man-prologue-file $(src_base)/cli-prologue.1 \ +--man-epilogue-file $(src_base)/cli-epilogue.1 $<) $(call message,,mv $(out_base)/options.1 $(out_base)/cli.1) # Install. -- cgit v1.1