aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--doc/Config13
-rw-r--r--doc/Makefile.am2
3 files changed, 15 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ef8f62e..908f20f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,3 +23,3 @@ AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR(m4)
-AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz std-options silent-rules])
+AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz std-options silent-rules subdir-objects])
diff --git a/doc/Config b/doc/Config
index 382fdc5..52454f1 100644
--- a/doc/Config
+++ b/doc/Config
@@ -44,2 +44,15 @@ $AFTER_BODY_OPEN=qq{
<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>};
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2bb3e81..88ba67f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -68,3 +68,3 @@ check-config:
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 \

Return to:

Send suggestions and report system problems to the System administrator.