aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-06-13 09:06:41 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-06-13 09:06:41 +0300
commit5131315a8153c70c7acc92a02323a47f6c563dfd (patch)
tree9ce57daaf0dfa8b17250d9cd500cb174b0e4d614 /doc
parentd555e435bba040506225dd3dc684e7101b1642dd (diff)
downloadwydawca-5131315a8153c70c7acc92a02323a47f6c563dfd.tar.gz
wydawca-5131315a8153c70c7acc92a02323a47f6c563dfd.tar.bz2
Bugfixes.
* configure.ac: Use subdir-objects Automake option. * doc/Config: Put search form into the menu. * doc/Makefile.am (check-sub-config): Fix sed expression.
Diffstat (limited to 'doc')
-rw-r--r--doc/Config13
-rw-r--r--doc/Makefile.am2
2 files changed, 14 insertions, 1 deletions
diff --git a/doc/Config b/doc/Config
index 382fdc5..52454f1 100644
--- a/doc/Config
+++ b/doc/Config
@@ -42,6 +42,19 @@ $AFTER_BODY_OPEN=qq{
<li><a href="${top_html_dir}/wydawca.html">Main</a></li>
<li><a href="${top_html_dir}/download.html">Downloads</a></li>
<li><a class="active" href="${top_html_dir}/manual.html">Documentation</a></li>
+ <li>
+ <form method="post" action="/searchdoc"
+ enctype="application/x-www-form-urlencoded">
+ <div>
+ <input id="searchinput" type="text" size="30" maxlength="255" name="q" valu
+e="" />
+ <input type="submit" name="search" value="Search" tabindex="12" />
+ <input type="hidden" id="searchproject" name="p" value="wydawca" />
+ <input type="hidden" name="t" value="searchdoc.in" />
+ </div>
+ </form>
+ </li>
+
</ul>};
$PRE_BODY_CLOSE="Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.";
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2bb3e81..88ba67f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -66,7 +66,7 @@ check-config:
$(info_TEXINFOS)
check-sub-config:
- @sed -n '/wydawca_kw\[\] *= *{/,/^}/{p}' ../src/config.c ../src/tcpwrap.c|tr '\n{' ' \n'|sed -n '/grecs_type_section/s/"\([^"]*\)".*grecs_type_section,[^,]*,[^,]*,[^,]*,[^,]*, *\(.*\) *}.*/\1 \2/p' | \
+ @sed -n '/wydawca_kw\[\] *= *{/,/^}/{p}' ../src/config.c ../src/tcpwrap.c|tr '\n{' ' \n'|sed -n '/grecs_type_section/s/"\([^"]*\)".*grecs_type_section,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*, *\(.*\) *}.*/\1 \2/p' | \
while read ident kw; do \
$(CHECK_DOCS) "$$ident configuration statements" \
"/$$kw"'\[\] *= *{/,/^}/s/[ \t]*{ *"\([^,"]*\)".*/\1/pg' \

Return to:

Send suggestions and report system problems to the System administrator.