1
0
Fork 0

Added placeholder files for Texinfo documentation

Texinfo is the documenation format of the GNU operating system and can
produce output in a variety of useful formats, including info, HTML, and
PDF.

The HTML output is of particular importance here, since Liza is a JavaScript
framework.
master
Mike Gerwitz 2014-01-16 23:35:45 -05:00
parent 3a93fbb25c
commit d432985c67
4 changed files with 106 additions and 1 deletions

View File

@ -23,5 +23,5 @@ AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([foreign])
# generate files from their *.in counterparts
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([Makefile doc/Makefile])
AC_OUTPUT

21
doc/.gitignore vendored 100644
View File

@ -0,0 +1,21 @@
# generated by some output format
*.aux
*.cp
*.fn
*.ky
*.log
*.pg
*.tp
*.vr
# output formats
*.info
*.pdf
*.dvi
*.html
# generated by configure/autotools
Makefile
Makefile.in
stamp-vti
version.texi

21
doc/Makefile.am 100644
View File

@ -0,0 +1,21 @@
## liza documentation Makefile.am for automake
#
# Copyright (C) 2014 LoVullo Associates, Inc.
#
# This file is part of liza.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
##
info_TEXINFOS = liza.texi

63
doc/liza.texi 100644
View File

@ -0,0 +1,63 @@
\input texinfo @c -*-texinfo-*-
@c This document is part of the Liza Data Collection Framework manual.
@c Copyright (C) 2014 LoVullo Associates, Inc.
@c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3
@c or any later version published by the Free Software Foundation;
@c with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
@c Texts. A copy of the license is included in the section entitled ``GNU
@c Free Documentation License''.
@c %**start of header
@setfilename liza.info
@settitle Liza Data Collection Framework v@value{VERSION}
@c %**end of header
@include version.texi
@copying
This manual is for the Liza Data Collection Framework, version
@value{VERSION}.
Copyright @copyright{} 2014 LoVullo Associates, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled ``GNU
Free Documentation License''.
@end quotation
@end copying
@titlepage
@title Liza Data Collection Framework v@value{VERSION}
@subtitle User & Developer Manual
@author LoVullo Associates, Inc.
@c Start copyright page
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@contents
@ifnottex
@node Top
@top Main
@end ifnottex
@c This is where @menu will go
@ifnottex
@insertcopying
@end ifnottex
@c This is where the includes will go.
@bye