Added documentation stub.
git-svn-id: file:///home/mbr/svn/fwknop/trunk@18 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
SUBDIRS = fko src
|
||||
SUBDIRS = fko src doc
|
||||
|
||||
+3
-1
@@ -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###
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user