Added documentation stub.

git-svn-id: file:///home/mbr/svn/fwknop/trunk@18 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
Damien Stuart
2008-12-25 04:11:06 +00:00
parent e113cb7e8a
commit 65e11abc96
5 changed files with 47 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
SUBDIRS = fko src
SUBDIRS = fko src doc
+3 -1
View File
@@ -4,10 +4,12 @@
#
# Run this script to generate all the initial makefiles, etc.
#
set -x
aclocal -I config
libtoolize --automake --copy --force
autoheader
automake --add-missing --copy --foreign
automake --add-missing --copy
autoconf
###EOF###
+1
View File
@@ -56,6 +56,7 @@ AC_CHECK_FUNCS([bzero gettimeofday memmove memset setlocale strchr strdup])
AC_CONFIG_FILES([Makefile
fko/Makefile
doc/Makefile
src/Makefile])
AC_OUTPUT
+11
View File
@@ -0,0 +1,11 @@
info_TEXINFOS = libfko.texi
SUFFIXES = .html
html_docs = libfko.html
.texi.html:
$(MAKEINFO) --html $<
.PHONY: html
html: version.texi $(html_docs)
+31
View File
@@ -0,0 +1,31 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename libfko.info
@settitle Firewall Knock Operator Library - libfko
@setchapternewpage odd
@c %**end of header
@headings double
@include version.texi
@dircategory Network
@direntry
* libfko: (libfko). The FireWall KNock OPerator (fwknop) Library - libfko
@end direntry
@ifinfo
This file documents the Firewall Knock Operator library.
@end ifinfo
@titlepage
@sp 10
@title libfko
@subtitle Edition @value{EDITION}, @value{UPDATED}
@author Damien S. Stuart
@author @email{dstuart@@dstuart.org}
@page
@vskip 0pt plus 1filll
@end titlepage