bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gendocs_template and gnu style


From: Bruce Korb
Subject: Re: gendocs_template and gnu style
Date: Thu, 03 May 2007 21:11:28 -0700
User-agent: Thunderbird 1.5.0.10 (X11/20060911)

Hi Karl,

Karl Berry wrote:
> Hi Bruce,
> 
>     The issues:  "index.html" is supposed to be named "autogen.html"
>     with "index.html" a symlink to that.  
> 
> The result is the same.  I didn't see any reason to complicate things by
> involving gnu.org's symlink madness.

Well, okay, I think its dumb, too, but renaming after the run
is also a nuisance.  I've wrapped my own template in a script
that renames index.html to whatever.html also.  :)

> (In the old days, each format was put in a separate directory even when
> there was only one file.  I didn't see any reason to preserve that
> complication either.)

Right.

>     Secondly, "autogen.html.gz" is empty.
> 
> Puzzling.  Were there any error messages from makeinfo?  It works for me
> on the manuals I've tried.

Attached is a typescript.

>     and one per chapter in addition to the one  per node)?
> 
> Output per chapter is not presently supported in makeinfo.

Right.  I use "texi2html" both because of that and I prefer its output.
I fuzzily remember there being some problem with incorporating its
logic into makeinfo.


Cheers - Bruce
$ cd ag/ag/doc
$ pushd ~gnu/proj/gnulib/
$ cd build-aux/
$ gd=/home/gnu/proj/gnulib/build-aux/gendocs.sh
$ cd ../doc
$ export GENDOCS_TEMPLATE_DIR=$PWD
$ cd 1
/home/bkorb/ag/ag/doc
$ bash -x $gd autogen
+ scriptversion=2007-04-02.15
++ basename /home/gnu/proj/gnulib/build-aux/gendocs.sh
+ prog=gendocs.sh
++ pwd
+ srcdir=/home/bkorb/ag/ag/doc
+ 
scripturl=http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs.sh
+ 
templateurl=http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs_template
+ : 'env LANG= LC_MESSAGES= LC_ALL= LANGUAGE='
+ : makeinfo
+ : 'texi2dvi -t @finalout'
+ : dvips
+ : docbook2html
+ : docbook2pdf
+ : docbook2ps
+ : docbook2txt
+ : /home/gnu/proj/gnulib/doc
+ unset CDPATH
+ version='gendocs.sh 2007-04-02.15

Copyright (C) 2007 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.'
+ usage='Usage: gendocs.sh [OPTION]... PACKAGE MANUAL-TITLE

Generate various output formats from PACKAGE.texinfo (or .texi or .txi) source.
See the GNU Maintainers document for a more extensive discussion:
  http://www.gnu.org/prep/maintain_toc.html

Options:
  -o OUTDIR   write files into OUTDIR, instead of manual/.
  --docbook   convert to DocBook too (xml, txt, html, pdf and ps).
  --html ARG  pass indicated ARG to makeinfo for HTML targets.
  --help      display this help and exit successfully.
  --version   display version information and exit successfully.

Simple example: gendocs.sh emacs "GNU Emacs Manual"

Typical sequence:
  cd YOURPACKAGESOURCE/doc
  wget 
"http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs.sh";
  wget 
"http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs_template";
  gendocs.sh YOURMANUAL "GNU YOURMANUAL - One-line description"

Output will be in a new subdirectory "manual" (by default, use -o OUTDIR
to override).  Move all the new files into your web CVS tree, as
explained in the Web Pages node of maintain.texi.

MANUAL-TITLE is included as part of the HTML <title> of the overall
manual/index.html file.  It should include the name of the package being
documented.  manual/index.html is created by substitution from the file
/home/gnu/proj/gnulib/doc/gendocs_template.  (Feel free to modify the
generic template for your own purposes.)

If you have several manuals, you'\''ll need to run this script several
times with different YOURMANUAL values, specifying a different output
directory with -o each time.  Then write (by hand) an overall index.html
with links to them all.

If a manual'\''s texinfo sources are spread across several directories,
first copy or symlink all Texinfo sources into a single directory.
(Part of the script'\''s work is to make a tar.gz of the sources.)

You can set the environment variables MAKEINFO, TEXI2DVI, and DVIPS to
control the programs that get executed, and GENDOCS_TEMPLATE_DIR to
control where the gendocs_template file is looked for.  (With --docbook,
the environment variables DOCBOOK2HTML, DOCBOOK2PDF, DOCBOOK2PS, and
DOCBOOK2TXT are also respected.)

By default, makeinfo is run in the default (English) locale, since
that'\''s the language of most Texinfo manuals.  If you happen to have a
non-English manual and non-English web site, check the SETLANG setting
in the source.

Email bug reports or enhancement requests to address@hidden
'
+ outdir=manual
+ html=
+ PACKAGE=
+ MANUAL_TITLE=
+ test 1 -gt 0
+ case $1 in
+ test -z ''
+ PACKAGE=autogen
+ shift
+ test 0 -gt 0
+ test -s /home/bkorb/ag/ag/doc/autogen.texinfo
+ test -s /home/bkorb/ag/ag/doc/autogen.texi
+ srcfile=/home/bkorb/ag/ag/doc/autogen.texi
+ test '!' -r /home/gnu/proj/gnulib/doc/gendocs_template
+ echo Generating output formats for /home/bkorb/ag/ag/doc/autogen.texi
Generating output formats for /home/bkorb/ag/ag/doc/autogen.texi
+ cmd='env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o autogen.info 
"/home/bkorb/ag/ag/doc/autogen.texi"'
+ echo 'Generating info files... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= 
makeinfo -o autogen.info "/home/bkorb/ag/ag/doc/autogen.texi")'
Generating info files... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o 
autogen.info "/home/bkorb/ag/ag/doc/autogen.texi")
+ eval 'env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o autogen.info 
"/home/bkorb/ag/ag/doc/autogen.texi"'
++ env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o autogen.info 
/home/bkorb/ag/ag/doc/autogen.texi
+ mkdir -p manual/
+ tar czf manual/autogen.info.tar.gz autogen.info autogen.info-1 autogen.info-2
++ calcsize manual/autogen.info.tar.gz
+++ ls -ksl manual/autogen.info.tar.gz
+++ awk '{print $1}'
++ size=128
++ echo 128
+ info_tgz_size=128
+ cmd='texi2dvi -t @finalout "/home/bkorb/ag/ag/doc/autogen.texi"'
+ echo 'Generating dvi ... (texi2dvi -t @finalout 
"/home/bkorb/ag/ag/doc/autogen.texi")'
Generating dvi ... (texi2dvi -t @finalout "/home/bkorb/ag/ag/doc/autogen.texi")
+ eval 'texi2dvi -t @finalout "/home/bkorb/ag/ag/doc/autogen.texi"'
++ texi2dvi -t @finalout /home/bkorb/ag/ag/doc/autogen.texi
This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
 file:line:error style messages enabled.
entering extended mode
(/local/tmp/t2d4247/xtr/autogen.texi (/usr/share/texmf/tex/texinfo/texinfo.tex
Loading texinfo [version 2005-01-30.17]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions, (/usr/share/texmf/tex/plain/dvips/epsf.tex)
localization, and turning on texinfo input format.) (./autogen.aux) [1]
[2] Chapter 1 [1] [2] [3] [4] [5] Chapter 2 [6] [7] [8] [9]
Underfull \hbox (badness 3271) in paragraph at lines 933--936
@textrm Under the cov-ers, the ex-pres-sion gets handed off to a Guile func-tio
n named
[10] [11] [12] [13]
Overfull \hbox (26.43913pt too wide) in paragraph at lines 1351--1351
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1352--1352
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1354--1354
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1356--1356
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]
[14]
Overfull \hbox (26.43913pt too wide) in paragraph at lines 1368--1368
 []    @texttt { DP_ST_NEED_TPL, NULL },                       /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1369--1369
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1371--1371
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1373--1373
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1385--1385
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1386--1386
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1388--1388
 []    @texttt { DP_ST_NEED_SEMI, dp_do_tpl_name },            /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1390--1390
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1402--1402
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1403--1403
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1405--1405
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1407--1407
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]
[15]
Overfull \hbox (26.43913pt too wide) in paragraph at lines 1419--1419
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1420--1420
 []    @texttt { DP_ST_DONE, dp_do_need_name_end },            /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1422--1422
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1424--1424
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1436--1436
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1437--1437
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1439--1439
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1441--1441
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1453--1453
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1454--1454
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1456--1456
 []    @texttt { DP_ST_HAVE_VALUE, dp_do_str_value },          /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1458--1458
 []    @texttt { DP_ST_HAVE_VALUE, dp_do_str_value },          /* EVT:  here_st
ring */[]
[16]
Overfull \hbox (26.43913pt too wide) in paragraph at lines 1470--1470
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1471--1471
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1473--1473
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1475--1475
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1487--1487
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1488--1488
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1490--1490
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1492--1492
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1504--1504
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1505--1505
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]
[17]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 1507--1507
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1509--1509
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1521--1521
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1522--1522
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1524--1524
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1526--1526
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]
[18] [19] Chapter 3 [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30]
[31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45]
[46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] Chapter 4 [58]
[59] Chapter 5 [60] [61] [62] [63] [64] [65] [66] [67] Chapter 6
Underfull \hbox (badness 2158) in paragraph at lines 6060--6068
 address@hidden These three work to-gether to spec-ify how to com-pile with and 
link


Underfull \hbox (badness 4608) in paragraph at lines 6060--6068
 @textrm to a par-tic-u-lar POSIX reg-u-lar ex-pres-sion li-brary. The value fo
r
[68] [69] [70] [71] Chapter 7 [72] [73] [74] [75] [76]
Underfull \hbox (badness 4341) in paragraph at lines 6665--6668
 address@hidden value[] @textrm (flag char-ac-ter) and @texttt min[] @textrm 
(oc-cur
-rence counts) op-tion at-tributes, See
[77] [78] [79] [80] [81] [82] [83]
Overfull \hbox (43.25774pt too wide) in paragraph at lines 7199--7199
 address@hidden int @textttsl address@hidden ( char const* pz_fname, FILE* 
entry_
fp );[]

Overfull \hbox (37.50905pt too wide) in paragraph at lines 7210--7210
 address@hidden int @textttsl address@hidden ( char const* pz_fname, char* 
file_t
ext,[]
[84] [85] [86] [87] [88] [89] [90]
Underfull \hbox (badness 2799) in paragraph at lines 7737--7741
 address@hidden The ar-gu-ment will be in-ter-preted and al-ways yield ei-ther

Overfull \hbox (47.73904pt too wide) in paragraph at lines 7754--7754
 address@hidden case OPTN_NAME_UNDEFINED:  /* undefined things */ break;[]

Overfull \hbox (47.73904pt too wide) in paragraph at lines 7755--7755
 address@hidden case OPTN_NAME_KEYWORD:    /* `keyword' things */ break;[]
[91]
Overfull \hbox (99.47723pt too wide) in paragraph at lines 7810--7810
 address@hidden tOptionValue * val = optionGetValue(VALUE_OPT_OPTN_NAME, 
"name");[]


Overfull \hbox (13.24692pt too wide) in paragraph at lines 7813--7813
 []  @texttt val = optionNextValue(VALUE_OPT_OPTN_NAME, val);[]
[92] [93] [94] [95] [96] [97]
Overfull \hbox (12.58826pt too wide) in paragraph at lines 8202--8202
 address@hidden The following options are commonly used and are provided and 
support
ed[]

Overfull \hbox (35.58301pt too wide) in paragraph at lines 8219--8219
 []   @texttt -!, --more-help            Extended usage information passed thru
 pager[]
[98] [99]
Overfull \hbox (18.66628pt too wide) in paragraph at lines 8369--8369
 []    @texttt fprintf( stderr, zOverrideWarn, pCurTemplate->pzFileName,[]
[100] [101] [102] [103]
Underfull \hbox (badness 4072) in paragraph at lines 8726--8731
@textrm be #de-fined as PRO-GRAM[]VERSION and PRO-GRAM[]FULL[]VERSION. PRO-
[104] [105] [106]
Underfull \hbox (badness 10000) in paragraph at lines 8925--8926
 @textrm const
[107]
Overfull \hbox (75.82382pt too wide) in paragraph at lines 9006--9006
 address@hidden const tOptionValue* res = optionFindNextValue( pOptDesc, 
pPrevVal, n
ame, value );[]

Underfull \hbox (badness 10000) in paragraph at lines 9013--9014
 @texttt const

Underfull \hbox (badness 10000) in paragraph at lines 9016--9017
 @texttt const

Underfull \hbox (badness 10000) in paragraph at lines 9024--9025
 @textrm const

Underfull \hbox (badness 10000) in paragraph at lines 9058--9059
 @texttt const

Underfull \hbox (badness 10000) in paragraph at lines 9066--9067
 @textrm const
[108]
Underfull \hbox (badness 10000) in paragraph at lines 9126--9127
 @texttt const

Underfull \hbox (badness 10000) in paragraph at lines 9131--9132
 @textrm const
[109]
Underfull \hbox (badness 10000) in paragraph at lines 9206--9207
 @texttt const

Underfull \hbox (badness 10000) in paragraph at lines 9209--9210
 @texttt const

Underfull \hbox (badness 10000) in paragraph at lines 9211--9212
 @textrm const
[110] [111]
Underfull \hbox (badness 10000) in paragraph at lines 9426--9427
 @texttt tOptionValue
[112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]
Underfull \hbox (badness 10000) in paragraph at lines 10245--10248
@textrm Segmentation does not ap-ply if the con-fig file is be-ing parsed with
the
[123] [124]
Overfull \hbox (35.58301pt too wide) in paragraph at lines 10411--10411
 address@hidden If the script file already exists and contains Automated Option 
Proc
essing[]

Overfull \hbox (29.83432pt too wide) in paragraph at lines 10412--10412
 address@hidden text, the second line of the file through the ending tag will 
be rep
laced[]

Overfull \hbox (12.58826pt too wide) in paragraph at lines 10413--10413
 address@hidden by the newly generated text.  The first `#!' line will be 
regenerate
d.[]
[125]
Overfull \hbox (12.58826pt too wide) in paragraph at lines 10466--10466
 address@hidden #  the text has been generated Tuesday May  1, 2007 at 08:15:07 
AM P
DT[]

Overfull \hbox (144.80807pt too wide) in paragraph at lines 10469--10469
 address@hidden GETDEFS_LONGUSAGE_TEXT='getdefs (GNU AutoGen) - AutoGen 
Definition E
xtraction Tool - Ver. 1.4[]
[126] [127]
Overfull \hbox (35.58301pt too wide) in paragraph at lines 10528--10528
 address@hidden If no ``input'\'''\'' argument is provided or is set to simply 
"-",
and if[]

Overfull \hbox (47.08038pt too wide) in paragraph at lines 10529--10529
 address@hidden ``stdin'\'''\'' is not a ``tty'\'''\'', then the list of input 
files
 will be[]

Overfull \hbox (12.58826pt too wide) in paragraph at lines 10535--10535
 address@hidden This program extracts AutoGen definitions from a list of source 
file
s.[]

Overfull \hbox (121.81332pt too wide) in paragraph at lines 10562--10562
 address@hidden GETDEFS_USAGE_TEXT='getdefs (GNU AutoGen) - AutoGen Definition 
Extra
ction Tool - Ver. 1.4[]
[128]
Overfull \hbox (35.58301pt too wide) in paragraph at lines 10590--10590
 address@hidden If no ``input'\'''\'' argument is provided or is set to simply 
"-",
and if[]

Overfull \hbox (47.08038pt too wide) in paragraph at lines 10591--10591
 address@hidden ``stdin'\'''\'' is not a ``tty'\'''\'', then the list of input 
files
 will be[]
[129] [130] [131]
Overfull \hbox (87.3212pt too wide) in paragraph at lines 10720--10720
 []            @texttt if [ -n "${GETDEFS_DEFS_TO_GET}" ] && ${GETDEFS_DEFS_TO_
GET_set} ; then[]

Overfull \hbox (52.82907pt too wide) in paragraph at lines 10736--10736
 []            @texttt if [ -n "${GETDEFS_ORDERING}" ] && ${GETDEFS_ORDERING_se
t} ; then[]

Overfull \hbox (52.82907pt too wide) in paragraph at lines 10755--10755
 []            @texttt if [ -n "${GETDEFS_ORDERING}" ] && ${GETDEFS_ORDERING_se
t} ; then[]
[132]
Overfull \hbox (87.3212pt too wide) in paragraph at lines 10775--10775
 []            @texttt if [ -n "${GETDEFS_FIRST_INDEX}" ] && ${GETDEFS_FIRST_IN
DEX_set} ; then[]
[133]
Overfull \hbox (52.82907pt too wide) in paragraph at lines 10825--10825
 []            @texttt if [ -n "${GETDEFS_FILELIST}" ] && ${GETDEFS_FILELIST_se
t} ; then[]
[134]
Overfull \hbox (41.3317pt too wide) in paragraph at lines 10858--10858
 []            @texttt GETDEFS_COMMON_ASSIGN_CT=`expr ${GETDEFS_COMMON_ASSIGN_C
T} + 1`[]

Overfull \hbox (41.3317pt too wide) in paragraph at lines 10878--10878
 []            @texttt if [ -n "${GETDEFS_SRCFILE}" ] && ${GETDEFS_SRCFILE_set}
 ; then[]

Overfull \hbox (41.3317pt too wide) in paragraph at lines 10894--10894
 []            @texttt if [ -n "${GETDEFS_LINENUM}" ] && ${GETDEFS_LINENUM_set}
 ; then[]
[135]
Overfull \hbox (29.83432pt too wide) in paragraph at lines 10910--10910
 []            @texttt if [ -n "${GETDEFS_OUTPUT}" ] && ${GETDEFS_OUTPUT_set} ;
 then[]

Overfull \hbox (41.3317pt too wide) in paragraph at lines 10925--10925
 []            @texttt if [ -n "${GETDEFS_AUTOGEN}" ] && ${GETDEFS_AUTOGEN_set}
 ; then[]

Overfull \hbox (41.3317pt too wide) in paragraph at lines 10943--10943
 []            @texttt if [ -n "${GETDEFS_AUTOGEN}" ] && ${GETDEFS_AUTOGEN_set}
 ; then[]
[136]
Overfull \hbox (52.82907pt too wide) in paragraph at lines 10961--10961
 []            @texttt if [ -n "${GETDEFS_TEMPLATE}" ] && ${GETDEFS_TEMPLATE_se
t} ; then[]

Overfull \hbox (64.32645pt too wide) in paragraph at lines 10988--10988
 []            @texttt if [ -n "${GETDEFS_BASE_NAME}" ] && ${GETDEFS_BASE_NAME_
set} ; then[]
[137] [138]
Overfull \hbox (52.82907pt too wide) in paragraph at lines 11059--11059
 []            @texttt echo 'Warning:  Cannot suppress the loading of options f
iles' >&2[]

Overfull \hbox (24.08563pt too wide) in paragraph at lines 11080--11080
 []                    @texttt echo No argument provided for ${OPT_NAME} option
 >&2[]
[139] [140]
Overfull \hbox (25.35301pt too wide) in paragraph at lines 11162--11162
 address@hidden Any other functions mentioned in the @textttsl header @texttt 
file a
re for the private use[]
[141] [142] [143]
Underfull \hbox (badness 6300) in paragraph at lines 11455--11462
@textrm and you will have three new files: address@hidden address@hidden '[],
 address@hidden address@hidden '[], and
[144] [145] Chapter 8
Overfull \hbox (88.92982pt too wide) in paragraph at lines 11600--11605
address@hidden This is a work in progress. See my web page (@texttt 
http://www.gnu.o
rg/software/autogen/address@hidden )
[146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]
[158] [159] [160] [161] [162] Chapter 9 Appendix A [163] [164] [165] [166]
[167] [168] [169] [170] (Concept Index) (./autogen.cps [171] [172]) [173]
(Function Index) (./autogen.fns [174] [175]) [176] (./autogen.toc [-1] [-2]
[-3] [-4] [-5] [-6] [-7] [-8]) [-9] )
(see the transcript file for additional information)
Output written on autogen.dvi (187 pages, 729372 bytes).
Transcript written on autogen.log.
+ echo Generating postscript...
Generating postscript...
+ dvips autogen -o
This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com)
' TeX output 2007.05.03:2055' -> autogen.ps
<tex.pro><texps.pro>. <cmbxti10.pfb><cmti9.pfb><cmr9.pfb><cmsltt10.pfb>
<cmtt9.pfb><cmr10.pfb><cmcsc10.pfb><cmtt12.pfb><cmbx12.pfb><cmsl10.pfb>
<cmb10.pfb><cmti10.pfb><cmtt10.pfb><cmsy10.pfb>[1] [2] [1] [2] [3] [4] [5]
[6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21]
[22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36]
[37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51]
[52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66]
[67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81]
[82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96]
[97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109]
[110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]
[123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135]
[136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148]
[149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161]
[162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174]
[175] [176] [-1] [-2] [-3] [-4] [-5] [-6] [-7] [-8] [-9]
+ gzip -f -9 autogen.ps
++ calcsize autogen.ps.gz
+++ ls -ksl autogen.ps.gz
+++ awk '{print $1}'
++ size=356
++ echo 356
+ ps_gz_size=356
+ mv autogen.ps.gz manual/
+ gzip -f -9 autogen.dvi
++ calcsize autogen.dvi.gz
+++ ls -ksl autogen.dvi.gz
+++ awk '{print $1}'
++ size=200
++ echo 200
+ dvi_gz_size=200
+ mv autogen.dvi.gz manual/
+ cmd='texi2dvi -t @finalout --pdf "/home/bkorb/ag/ag/doc/autogen.texi"'
+ echo 'Generating pdf ... (texi2dvi -t @finalout --pdf 
"/home/bkorb/ag/ag/doc/autogen.texi")'
Generating pdf ... (texi2dvi -t @finalout --pdf 
"/home/bkorb/ag/ag/doc/autogen.texi")
+ eval 'texi2dvi -t @finalout --pdf "/home/bkorb/ag/ag/doc/autogen.texi"'
++ texi2dvi -t @finalout --pdf /home/bkorb/ag/ag/doc/autogen.texi
This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
 file:line:error style messages enabled.
entering extended mode
(/local/tmp/t2d4385/xtr/autogen.texi (/usr/share/texmf/tex/texinfo/texinfo.tex
Loading texinfo [version 2005-01-30.17]: Basics, pdf,
(/usr/share/texmf/tex/plain/pdfcolor/pdfcolor.tex) fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions, (/usr/share/texmf/tex/plain/dvips/epsf.tex)
localization, and turning on texinfo input format.) (./autogen.aux) [1{/var/lib
/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] Chapter 1 [1] [2] [3] [4]
[5] Chapter 2 [6] [7] [8] [9]
Underfull \hbox (badness 3271) in paragraph at lines 933--936
@textrm Under the cov-ers, the ex-pres-sion gets handed off to a Guile func-tio
n named
[10] [11] [12] [13]
Overfull \hbox (26.43913pt too wide) in paragraph at lines 1351--1351
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1352--1352
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1354--1354
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1356--1356
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]
[14]
Overfull \hbox (26.43913pt too wide) in paragraph at lines 1368--1368
 []    @texttt { DP_ST_NEED_TPL, NULL },                       /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1369--1369
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1371--1371
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1373--1373
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1385--1385
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1386--1386
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1388--1388
 []    @texttt { DP_ST_NEED_SEMI, dp_do_tpl_name },            /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1390--1390
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1402--1402
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1403--1403
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1405--1405
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1407--1407
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]
[15]
Overfull \hbox (26.43913pt too wide) in paragraph at lines 1419--1419
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1420--1420
 []    @texttt { DP_ST_DONE, dp_do_need_name_end },            /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1422--1422
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1424--1424
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1436--1436
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1437--1437
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1439--1439
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1441--1441
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1453--1453
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1454--1454
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1456--1456
 []    @texttt { DP_ST_HAVE_VALUE, dp_do_str_value },          /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1458--1458
 []    @texttt { DP_ST_HAVE_VALUE, dp_do_str_value },          /* EVT:  here_st
ring */[]
[16]
Overfull \hbox (26.43913pt too wide) in paragraph at lines 1470--1470
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1471--1471
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1473--1473
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1475--1475
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1487--1487
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1488--1488
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1490--1490
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1492--1492
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1504--1504
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1505--1505
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]
[17]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 1507--1507
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1509--1509
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1521--1521
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  def-i-n
i-tions */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1522--1522
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  End-Of-
File */[]

Overfull \hbox (20.69044pt too wide) in paragraph at lines 1524--1524
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  other_n
ame */[]

Overfull \hbox (26.43913pt too wide) in paragraph at lines 1526--1526
 []    @texttt { DP_ST_INVALID, dp_do_invalid },               /* EVT:  here_st
ring */[]
[18] [19] Chapter 3 [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30]
[31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45]
[46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] Chapter 4 [58]
[59] Chapter 5 [60] [61] [62] [63] [64] [65] [66] [67] Chapter 6
Underfull \hbox (badness 2158) in paragraph at lines 6060--6068
 address@hidden These three work to-gether to spec-ify how to com-pile with and 
link


Underfull \hbox (badness 4608) in paragraph at lines 6060--6068
 @textrm to a par-tic-u-lar POSIX reg-u-lar ex-pres-sion li-brary. The value fo
r
[68] [69] [70] [71] Chapter 7 [72] [73] [74] [75] [76]
Underfull \hbox (badness 4341) in paragraph at lines 6665--6668
 address@hidden value[] @textrm (flag char-ac-ter) and @texttt min[] @textrm 
(oc-cur
-rence counts) op-tion at-tributes, See
[77] [78] [79] [80] [81] [82] [83]
Overfull \hbox (43.25774pt too wide) in paragraph at lines 7199--7199
 address@hidden int @textttsl address@hidden ( char const* pz_fname, FILE* 
entry_
fp );[]

Overfull \hbox (37.50905pt too wide) in paragraph at lines 7210--7210
 address@hidden int @textttsl address@hidden ( char const* pz_fname, char* 
file_t
ext,[]
[84] [85] [86] [87] [88] [89] [90]
Underfull \hbox (badness 2799) in paragraph at lines 7737--7741
 address@hidden The ar-gu-ment will be in-ter-preted and al-ways yield ei-ther

Overfull \hbox (47.73904pt too wide) in paragraph at lines 7754--7754
 address@hidden case OPTN_NAME_UNDEFINED:  /* undefined things */ break;[]

Overfull \hbox (47.73904pt too wide) in paragraph at lines 7755--7755
 address@hidden case OPTN_NAME_KEYWORD:    /* `keyword' things */ break;[]
[91]
Overfull \hbox (99.47723pt too wide) in paragraph at lines 7810--7810
 address@hidden tOptionValue * val = optionGetValue(VALUE_OPT_OPTN_NAME, 
"name");[]


Overfull \hbox (13.24692pt too wide) in paragraph at lines 7813--7813
 []  @texttt val = optionNextValue(VALUE_OPT_OPTN_NAME, val);[]
[92] [93] [94] [95] [96] [97]
Overfull \hbox (12.58826pt too wide) in paragraph at lines 8202--8202
 address@hidden The following options are commonly used and are provided and 
support
ed[]

Overfull \hbox (35.58301pt too wide) in paragraph at lines 8219--8219
 []   @texttt -!, --more-help            Extended usage information passed thru
 pager[]
[98] [99]
Overfull \hbox (18.66628pt too wide) in paragraph at lines 8369--8369
 []    @texttt fprintf( stderr, zOverrideWarn, pCurTemplate->pzFileName,[]
[100] [101] [102] [103]
Underfull \hbox (badness 4072) in paragraph at lines 8726--8731
@textrm be #de-fined as PRO-GRAM[]VERSION and PRO-GRAM[]FULL[]VERSION. PRO-
[104] [105] [106]
Underfull \hbox (badness 10000) in paragraph at lines 8925--8926
 @textrm const
[107]
Overfull \hbox (75.82382pt too wide) in paragraph at lines 9006--9006
 address@hidden const tOptionValue* res = optionFindNextValue( pOptDesc, 
pPrevVal, n
ame, value );[]

Underfull \hbox (badness 10000) in paragraph at lines 9013--9014
 @texttt const

Underfull \hbox (badness 10000) in paragraph at lines 9016--9017
 @texttt const

Underfull \hbox (badness 10000) in paragraph at lines 9024--9025
 @textrm const

Underfull \hbox (badness 10000) in paragraph at lines 9058--9059
 @texttt const

Underfull \hbox (badness 10000) in paragraph at lines 9066--9067
 @textrm const
[108]
Underfull \hbox (badness 10000) in paragraph at lines 9126--9127
 @texttt const

Underfull \hbox (badness 10000) in paragraph at lines 9131--9132
 @textrm const
[109]
Underfull \hbox (badness 10000) in paragraph at lines 9206--9207
 @texttt const

Underfull \hbox (badness 10000) in paragraph at lines 9209--9210
 @texttt const

Underfull \hbox (badness 10000) in paragraph at lines 9211--9212
 @textrm const
[110] [111]
Underfull \hbox (badness 10000) in paragraph at lines 9426--9427
 @texttt tOptionValue
[112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]
Underfull \hbox (badness 10000) in paragraph at lines 10245--10248
@textrm Segmentation does not ap-ply if the con-fig file is be-ing parsed with
the
[123] [124]
Overfull \hbox (35.58301pt too wide) in paragraph at lines 10411--10411
 address@hidden If the script file already exists and contains Automated Option 
Proc
essing[]

Overfull \hbox (29.83432pt too wide) in paragraph at lines 10412--10412
 address@hidden text, the second line of the file through the ending tag will 
be rep
laced[]

Overfull \hbox (12.58826pt too wide) in paragraph at lines 10413--10413
 address@hidden by the newly generated text.  The first `#!' line will be 
regenerate
d.[]
[125]
Overfull \hbox (12.58826pt too wide) in paragraph at lines 10466--10466
 address@hidden #  the text has been generated Tuesday May  1, 2007 at 08:15:07 
AM P
DT[]

Overfull \hbox (144.80807pt too wide) in paragraph at lines 10469--10469
 address@hidden GETDEFS_LONGUSAGE_TEXT='getdefs (GNU AutoGen) - AutoGen 
Definition E
xtraction Tool - Ver. 1.4[]
[126] [127]
Overfull \hbox (35.58301pt too wide) in paragraph at lines 10528--10528
 address@hidden If no ``input'\'''\'' argument is provided or is set to simply 
"-",
and if[]

Overfull \hbox (47.08038pt too wide) in paragraph at lines 10529--10529
 address@hidden ``stdin'\'''\'' is not a ``tty'\'''\'', then the list of input 
files
 will be[]

Overfull \hbox (12.58826pt too wide) in paragraph at lines 10535--10535
 address@hidden This program extracts AutoGen definitions from a list of source 
file
s.[]

Overfull \hbox (121.81332pt too wide) in paragraph at lines 10562--10562
 address@hidden GETDEFS_USAGE_TEXT='getdefs (GNU AutoGen) - AutoGen Definition 
Extra
ction Tool - Ver. 1.4[]
[128]
Overfull \hbox (35.58301pt too wide) in paragraph at lines 10590--10590
 address@hidden If no ``input'\'''\'' argument is provided or is set to simply 
"-",
and if[]

Overfull \hbox (47.08038pt too wide) in paragraph at lines 10591--10591
 address@hidden ``stdin'\'''\'' is not a ``tty'\'''\'', then the list of input 
files
 will be[]
[129] [130] [131]
Overfull \hbox (87.3212pt too wide) in paragraph at lines 10720--10720
 []            @texttt if [ -n "${GETDEFS_DEFS_TO_GET}" ] && ${GETDEFS_DEFS_TO_
GET_set} ; then[]

Overfull \hbox (52.82907pt too wide) in paragraph at lines 10736--10736
 []            @texttt if [ -n "${GETDEFS_ORDERING}" ] && ${GETDEFS_ORDERING_se
t} ; then[]

Overfull \hbox (52.82907pt too wide) in paragraph at lines 10755--10755
 []            @texttt if [ -n "${GETDEFS_ORDERING}" ] && ${GETDEFS_ORDERING_se
t} ; then[]
[132]
Overfull \hbox (87.3212pt too wide) in paragraph at lines 10775--10775
 []            @texttt if [ -n "${GETDEFS_FIRST_INDEX}" ] && ${GETDEFS_FIRST_IN
DEX_set} ; then[]
[133]
Overfull \hbox (52.82907pt too wide) in paragraph at lines 10825--10825
 []            @texttt if [ -n "${GETDEFS_FILELIST}" ] && ${GETDEFS_FILELIST_se
t} ; then[]
[134]
Overfull \hbox (41.3317pt too wide) in paragraph at lines 10858--10858
 []            @texttt GETDEFS_COMMON_ASSIGN_CT=`expr ${GETDEFS_COMMON_ASSIGN_C
T} + 1`[]

Overfull \hbox (41.3317pt too wide) in paragraph at lines 10878--10878
 []            @texttt if [ -n "${GETDEFS_SRCFILE}" ] && ${GETDEFS_SRCFILE_set}
 ; then[]

Overfull \hbox (41.3317pt too wide) in paragraph at lines 10894--10894
 []            @texttt if [ -n "${GETDEFS_LINENUM}" ] && ${GETDEFS_LINENUM_set}
 ; then[]
[135]
Overfull \hbox (29.83432pt too wide) in paragraph at lines 10910--10910
 []            @texttt if [ -n "${GETDEFS_OUTPUT}" ] && ${GETDEFS_OUTPUT_set} ;
 then[]

Overfull \hbox (41.3317pt too wide) in paragraph at lines 10925--10925
 []            @texttt if [ -n "${GETDEFS_AUTOGEN}" ] && ${GETDEFS_AUTOGEN_set}
 ; then[]

Overfull \hbox (41.3317pt too wide) in paragraph at lines 10943--10943
 []            @texttt if [ -n "${GETDEFS_AUTOGEN}" ] && ${GETDEFS_AUTOGEN_set}
 ; then[]
[136]
Overfull \hbox (52.82907pt too wide) in paragraph at lines 10961--10961
 []            @texttt if [ -n "${GETDEFS_TEMPLATE}" ] && ${GETDEFS_TEMPLATE_se
t} ; then[]

Overfull \hbox (64.32645pt too wide) in paragraph at lines 10988--10988
 []            @texttt if [ -n "${GETDEFS_BASE_NAME}" ] && ${GETDEFS_BASE_NAME_
set} ; then[]
[137] [138]
Overfull \hbox (52.82907pt too wide) in paragraph at lines 11059--11059
 []            @texttt echo 'Warning:  Cannot suppress the loading of options f
iles' >&2[]

Overfull \hbox (24.08563pt too wide) in paragraph at lines 11080--11080
 []                    @texttt echo No argument provided for ${OPT_NAME} option
 >&2[]
[139] [140]
Overfull \hbox (25.35301pt too wide) in paragraph at lines 11162--11162
 address@hidden Any other functions mentioned in the @textttsl header @texttt 
file a
re for the private use[]
[141] [142] [143]
Underfull \hbox (badness 6300) in paragraph at lines 11455--11462
@textrm and you will have three new files: address@hidden address@hidden '[],
 address@hidden address@hidden '[], and
[144] [145] Chapter 8 [146] [147] [148] [149] [150] [151] [152] [153] [154]
[155] [156] [157] [158] [159] [160] [161] [162] Chapter 9 Appendix A [163]
[164] [165] [166] [167] [168] [169] [170] (Concept Index) (./autogen.cps
[171] [172]) [173] (Function Index) (./autogen.fns [174] [175]) [176]
(./autogen.toc [-1] [-2] [-3] [-4] [-5] [-6] [-7] [-8]) [-9] (./autogen.toc)
(./autogen.toc) )
(see the transcript file for additional information)</usr/share/texmf/fonts/typ
e1/bluesky/cm/cmbxti10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmti9.pfb><
/usr/share/texmf/fonts/type1/bluesky/cm/cmr9.pfb></usr/share/texmf/fonts/type1/
bluesky/cm/cmtt9.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmcsc10.pfb></usr
/share/texmf/fonts/type1/bluesky/cm/cmsl10.pfb></usr/share/texmf/fonts/type1/bl
uesky/cm/cmsltt10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmb10.pfb></usr/
share/texmf/fonts/type1/bluesky/cm/cmti10.pfb></usr/share/texmf/fonts/type1/blu
esky/cm/cmtt10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmsy10.pfb></usr/sh
are/texmf/fonts/type1/bluesky/cm/cmtt12.pfb></usr/share/texmf/fonts/type1/blues
ky/cm/cmr10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmbx12.pfb>
Output written on autogen.pdf (187 pages, 984048 bytes).
Transcript written on autogen.log.
++ calcsize autogen.pdf
+++ ls -ksl autogen.pdf
+++ awk '{print $1}'
++ size=965
++ echo 965
+ pdf_size=965
+ mv autogen.pdf manual/
+ cmd='env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o autogen.txt 
--no-split --no-headers "/home/bkorb/ag/ag/doc/autogen.texi"'
+ echo 'Generating ASCII... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo 
-o autogen.txt --no-split --no-headers "/home/bkorb/ag/ag/doc/autogen.texi")'
Generating ASCII... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o 
autogen.txt --no-split --no-headers "/home/bkorb/ag/ag/doc/autogen.texi")
+ eval 'env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o autogen.txt 
--no-split --no-headers "/home/bkorb/ag/ag/doc/autogen.texi"'
++ env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o autogen.txt --no-split 
--no-headers /home/bkorb/ag/ag/doc/autogen.texi
++ calcsize autogen.txt
+++ ls -ksl autogen.txt
+++ awk '{print $1}'
++ size=436
++ echo 436
+ ascii_size=436
+ gzip -f -9 -c autogen.txt
++ calcsize manual/autogen.txt.gz
+++ ls -ksl manual/autogen.txt.gz
+++ awk '{print $1}'
++ size=120
++ echo 120
+ ascii_gz_size=120
+ mv autogen.txt manual/
+ cmd='env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split --html -o 
autogen.html  "/home/bkorb/ag/ag/doc/autogen.texi"'
+ echo 'Generating monolithic html... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= 
makeinfo --no-split --html -o autogen.html  
"/home/bkorb/ag/ag/doc/autogen.texi")'
Generating monolithic html... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= 
makeinfo --no-split --html -o autogen.html  
"/home/bkorb/ag/ag/doc/autogen.texi")
+ rm -rf autogen.html
+ eval 'env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split --html -o 
autogen.html  "/home/bkorb/ag/ag/doc/autogen.texi"'
++ env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split --html -o 
autogen.html /home/bkorb/ag/ag/doc/autogen.texi
/home/bkorb/ag/ag/doc/autogen.texi:13283: `Function Index' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:13278: `Concept Index' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:12822: `Copying This Manual' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:12810: `Future' has no Up field (perhaps 
incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:11515: `Add-Ons' has no Up field (perhaps 
incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:6265: `AutoOpts' has no Up field (perhaps 
incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:5992: `Installation' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:5417: `autogen Invocation' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:5268: `Augmenting AutoGen' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:1603: `Template File' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:521: `Definitions File' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:188: `Introduction' has no Up field (perhaps 
incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:13283: warning: unreferenced node `Function 
Index'.
/home/bkorb/ag/ag/doc/autogen.texi:13278: warning: unreferenced node `Concept 
Index'.
/home/bkorb/ag/ag/doc/autogen.texi:12822: warning: unreferenced node `Copying 
This Manual'.
/home/bkorb/ag/ag/doc/autogen.texi:12810: warning: unreferenced node `Future'.
makeinfo: Removing output file `autogen.html' due to errors; use --force to 
preserve.
++ calcsize autogen.html
+++ ls -ksl autogen.html
ls: autogen.html: No such file or directory
+++ awk '{print $1}'
++ size=
++ echo
+ html_mono_size=
+ gzip -f -9 -c autogen.html
gzip: autogen.html: No such file or directory
++ calcsize manual/autogen.html.gz
+++ ls -ksl manual/autogen.html.gz
+++ awk '{print $1}'
++ size=0
++ echo 0
+ html_mono_gz_size=0
+ mv autogen.html manual/
mv: cannot stat `autogen.html': No such file or directory
+ cmd='env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --html -o autogen.html 
 "/home/bkorb/ag/ag/doc/autogen.texi"'
+ echo 'Generating html by node... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= 
makeinfo --html -o autogen.html  "/home/bkorb/ag/ag/doc/autogen.texi")'
Generating html by node... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo 
--html -o autogen.html  "/home/bkorb/ag/ag/doc/autogen.texi")
+ eval 'env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --html -o 
autogen.html  "/home/bkorb/ag/ag/doc/autogen.texi"'
++ env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --html -o autogen.html 
/home/bkorb/ag/ag/doc/autogen.texi
/home/bkorb/ag/ag/doc/autogen.texi:13283: `Function Index' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:13278: `Concept Index' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:12822: `Copying This Manual' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:12810: `Future' has no Up field (perhaps 
incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:11515: `Add-Ons' has no Up field (perhaps 
incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:6265: `AutoOpts' has no Up field (perhaps 
incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:5992: `Installation' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:5417: `autogen Invocation' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:5268: `Augmenting AutoGen' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:1603: `Template File' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:521: `Definitions File' has no Up field 
(perhaps incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:188: `Introduction' has no Up field (perhaps 
incorrect sectioning?).
/home/bkorb/ag/ag/doc/autogen.texi:13283: warning: unreferenced node `Function 
Index'.
/home/bkorb/ag/ag/doc/autogen.texi:13278: warning: unreferenced node `Concept 
Index'.
/home/bkorb/ag/ag/doc/autogen.texi:12822: warning: unreferenced node `Copying 
This Manual'.
/home/bkorb/ag/ag/doc/autogen.texi:12810: warning: unreferenced node `Future'.
makeinfo: Removing output file `/home/bkorb/ag/ag/doc/autogen.html/index.html' 
due to errors; use --force to preserve.
+ split_html_dir=autogen.html
+ cd autogen.html
+ tar -czf ../manual/autogen.html_node.tar.gz -- AGMacro-syntax.html 
Add_002dOns.html Alternate-Definition.html Augmenting-AutoGen.html 
AutoEvents.html AutoFSM.html AutoGen-CGI.html AutoGen-Functions.html 
AutoGen-macros.html AutoInfo.html AutoMan-pages.html AutoOpts-API.html 
AutoOpts.html AutoXDR.html CASE.html CLEAR_005fOPT.html COMMENT.html 
COUNT_005fOPT.html Comments.html Common-Attributes.html Common-Functions.html 
Concept-Index.html Config-File-Format.html Copying-This-Manual.html DEFINE.html 
DESC.html DISABLE_005fOPT_005fname.html Definitions-File.html Definitions.html 
Directives.html Dynamic-Text.html ELIF.html ELSE.html ENABLED_005fOPT.html 
ENDDEF.html ENDFOR.html ENDIF.html ENDWHILE.html ERRSKIP_005fOPTERR.html 
ERRSTOP_005fOPTERR.html ESAC.html EXPR.html Example-Usage.html Example.html 
FOR.html Features.html Full-Syntax.html Function-Index.html Future.html 
Generalities.html Generated-main.html HAVE_005fOPT.html IF.html INCLUDE.html 
INVOKE.html ISSEL_005fOPT.html ISUNUSED_005fOPT.html Identification.html 
Immediate-Action.html Index-Assignments.html Installation.html 
Introduction.html Licensing.html Multi_002dThreading.html Naming-Conflicts.html 
OPTIONS_005fSTRUCT_005fVERSION.html OPTION_005fCT.html OPT_005fARG.html 
OPT_005fVALUE_005fname.html Option-Argument-Handling.html Option-Arguments.html 
Option-Conflict-Attributes.html Option-Definitions.html 
Option-Processing-Data.html Predefines.html Presetting-Options.html 
Quick-Start.html RESTART_005fOPT.html Required-Attributes.html 
SCM-_002a_003d.html SCM-_002a_003d_002a.html SCM-_002a_003d_003d.html 
SCM-_002a_003d_003d_002a.html SCM-_002a_007e.html SCM-_002a_007e_002a.html 
SCM-_002a_007e_007e.html SCM-_002a_007e_007e_002a.html SCM-_003d.html 
SCM-_003d_002a.html SCM-_003d_003d.html SCM-_003d_003d_002a.html SCM-_007e.html 
SCM-_007e_002a.html SCM-_007e_007e.html SCM-_007e_007e_002a.html 
SCM-ag_002dfprintf.html SCM-ag_002dfunction_003f.html 
SCM-autogen_002dversion.html SCM-base_002dname.html SCM-bsd.html 
SCM-c_002dfile_002dline_002dfmt.html SCM-c_002dstring.html SCM-chdir.html 
SCM-count.html SCM-def_002dfile.html SCM-def_002dfile_002dline.html 
SCM-dne.html SCM-emit.html SCM-emit_002dstring_002dtable.html SCM-error.html 
SCM-error_002dsource_002dline.html SCM-exist_003f.html SCM-extract.html 
SCM-find_002dfile.html SCM-first_002dfor_003f.html SCM-for_002dby.html 
SCM-for_002dfrom.html SCM-for_002dindex.html SCM-for_002dsep.html 
SCM-for_002dto.html SCM-format_002darg_002dcount.html SCM-fprintf.html 
SCM-get.html SCM-gperf.html SCM-gperf_002dcode.html SCM-gpl.html 
SCM-hide_002demail.html SCM-high_002dlim.html 
SCM-html_002descape_002dencode.html SCM-in_003f.html SCM-join.html 
SCM-kr_002dstring.html SCM-last_002dfor_003f.html SCM-len.html SCM-lgpl.html 
SCM-license.html SCM-low_002dlim.html SCM-make_002dgperf.html 
SCM-make_002dheader_002dguard.html SCM-makefile_002dscript.html 
SCM-match_002dvalue_003f.html SCM-max.html SCM-min.html SCM-out_002ddelete.html 
SCM-out_002ddepth.html SCM-out_002dline.html SCM-out_002dmove.html 
SCM-out_002dname.html SCM-out_002dpop.html SCM-out_002dpush_002dadd.html 
SCM-out_002dpush_002dnew.html SCM-out_002dresume.html SCM-out_002dsuspend.html 
SCM-out_002dswitch.html SCM-prefix.html SCM-printf.html 
SCM-raw_002dshell_002dstr.html SCM-set_002doption.html 
SCM-set_002dwritable.html SCM-shell.html SCM-shell_002dstr.html SCM-shellf.html 
SCM-sprintf.html SCM-stack.html SCM-string_002d_003ec_002dname_0021.html 
SCM-string_002dcapitalize.html SCM-string_002dcapitalize_0021.html 
SCM-string_002ddowncase.html SCM-string_002ddowncase_0021.html 
SCM-string_002dsubstitute.html SCM-string_002dtable_002dadd.html 
SCM-string_002dtable_002dadd_002dref.html SCM-string_002dtable_002dnew.html 
SCM-string_002dtable_002dsize.html SCM-string_002dtr.html 
SCM-string_002dtr_0021.html SCM-string_002dupcase.html 
SCM-string_002dupcase_0021.html SCM-sub_002dshell_002dstr.html SCM-suffix.html 
SCM-sum.html SCM-tpl_002dfile.html SCM-tpl_002dfile_002dline.html 
SCM-version_002dcompare.html SELECT.html SET_005fOPT_005fname.html 
STACKCT_005fOPT.html STACKLST_005fOPT.html START_005fOPT.html 
STATE_005fOPT.html Special-Option-Handling.html Template-File.html 
Testimonial.html UNKNOWN.html USAGE.html Using-AutoOpts.html 
VALUE_005fOPT_005fname.html VERSION.html WHICH_005fIDX_005fname.html 
WHICH_005fOPT_005fname.html WHILE.html apply-code.html autogen-Invocation.html 
autogen-base_002dname.html autogen-define.html autogen-definitions.html 
autogen-equate.html autogen-lib_002dtemplate.html 
autogen-load_002dfunctions.html autogen-load_002dscheme.html 
autogen-loop_002dlimit.html autogen-no_002dfmemopen.html 
autogen-override_002dtpl.html autogen-select_002dsuffix.html 
autogen-show_002ddefs.html autogen-skip_002dsuffix.html 
autogen-source_002dtime.html autogen-templ_002ddirs.html autogen-timeout.html 
autogen-trace.html autogen-trace_002dout.html autogen-undefine.html 
autogen-usage.html autogen-writable.html automatic-options.html 
basic-expression.html binary-not-installed.html binary-pre_002dinstalled.html 
binary_002dparser.html columns-Invocation.html columns-by_002dcolumns.html 
columns-col_002dwidth.html columns-columns.html columns-first_002dindent.html 
columns-format.html columns-indent.html columns-input.html 
columns-line_002dseparation.html columns-separation.html columns-sort.html 
columns-spread.html columns-tab_002dwidth.html columns-usage.html 
columns-width.html command_002dinfo.html concat_002dstring.html 
config-comments.html config-example.html config-integer_002dvalues.html 
config-name_002fstring_002dvalue.html config-nested_002dvalues.html 
config-sections.html configuring.html csh_002fzsh-caveat.html def_002dlist.html 
documentation-attributes.html double_002dquote_002dstring.html environrc.html 
expression-syntax.html getdefs-Invocation.html getdefs-agarg.html 
getdefs-assign.html getdefs-autogen.html getdefs-base_002dname.html 
getdefs-common_002dassign.html getdefs-copy.html 
getdefs-defs_002dto_002dget.html getdefs-filelist.html 
getdefs-first_002dindex.html getdefs-input.html getdefs-linenum.html 
getdefs-listattr.html getdefs-ordering.html getdefs-output.html 
getdefs-srcfile.html getdefs-subblock.html getdefs-template.html 
getdefs-usage.html getopt_005flong.html guile-callouts.html guile-macros.html 
here_002dstring.html i18n.html information-attributes.html installing.html 
lib-and-program.html lib-called.html libopts-procedures.html 
libopts_002dao_005fstring_005ftokenize.html libopts_002dconfigFileLoad.html 
libopts_002doptionFileLoad.html libopts_002doptionFindNextValue.html 
libopts_002doptionFindValue.html libopts_002doptionFree.html 
libopts_002doptionGetValue.html libopts_002doptionLoadLine.html 
libopts_002doptionNextValue.html libopts_002doptionOnlyUsage.html 
libopts_002doptionProcess.html libopts_002doptionRestore.html 
libopts_002doptionSaveFile.html libopts_002doptionSaveState.html 
libopts_002doptionUnloadNested.html libopts_002doptionVersion.html 
libopts_002dpathfind.html libopts_002dstrequate.html libopts_002dstreqvcmp.html 
libopts_002dstreqvmap.html libopts_002dstrneqvcmp.html 
libopts_002dstrtransform.html library-attributes.html library_002dinfo.html 
loading-rcfile.html local-use.html main-for_002deach.html main-guile.html 
main-include.html main-invoke.html main-main.html main-shell_002dparser.html 
main-shell_002dprocess.html man1.html man3.html naming-values.html 
native-macros.html option-attributes.html option-descriptor.html 
output-controls.html prog-calls-lib.html program-attributes.html 
pseudo-macro.html sample-rcfile.html saving-rcfile.html 
scheme_002dgenerated.html script_002dparser.html shell-commands.html 
shell-options.html shell_002dgenerated.html signal-names.html 
simple_002dstring.html single_002dquote_002dstring.html snprintfv.html 
source-not-installed.html source-pre_002dinstalled.html standard-options.html 
teOptIndex.html xml2ag-Invocation.html xml2ag-base_002dname.html 
xml2ag-define.html xml2ag-definitions.html xml2ag-equate.html 
xml2ag-lib_002dtemplate.html xml2ag-load_002dfunctions.html 
xml2ag-load_002dscheme.html xml2ag-loop_002dlimit.html 
xml2ag-no_002dfmemopen.html xml2ag-output.html xml2ag-override_002dtpl.html 
xml2ag-select_002dsuffix.html xml2ag-show_002ddefs.html 
xml2ag-skip_002dsuffix.html xml2ag-source_002dtime.html 
xml2ag-templ_002ddirs.html xml2ag-timeout.html xml2ag-trace.html 
xml2ag-trace_002dout.html xml2ag-undefine.html xml2ag-usage.html 
xml2ag-writable.html
++ calcsize manual/autogen.html_node.tar.gz
+++ ls -ksl manual/autogen.html_node.tar.gz
+++ awk '{print $1}'
++ size=204
++ echo 204
+ html_node_tgz_size=204
+ rm -f manual/html_node/AGMacro-syntax.html manual/html_node/Add_002dOns.html 
manual/html_node/Alternate-Definition.html 
manual/html_node/Augmenting-AutoGen.html manual/html_node/AutoEvents.html 
manual/html_node/AutoFSM.html manual/html_node/AutoGen-CGI.html 
manual/html_node/AutoGen-Functions.html manual/html_node/AutoGen-macros.html 
manual/html_node/AutoInfo.html manual/html_node/AutoMan-pages.html 
manual/html_node/AutoOpts-API.html manual/html_node/AutoOpts.html 
manual/html_node/AutoXDR.html manual/html_node/CASE.html 
manual/html_node/CLEAR_005fOPT.html manual/html_node/COMMENT.html 
manual/html_node/COUNT_005fOPT.html manual/html_node/Comments.html 
manual/html_node/Common-Attributes.html manual/html_node/Common-Functions.html 
manual/html_node/Concept-Index.html manual/html_node/Config-File-Format.html 
manual/html_node/Copying-This-Manual.html manual/html_node/DEFINE.html 
manual/html_node/DESC.html manual/html_node/DISABLE_005fOPT_005fname.html 
manual/html_node/Definitions-File.html manual/html_node/Definitions.html 
manual/html_node/Directives.html manual/html_node/Dynamic-Text.html 
manual/html_node/ELIF.html manual/html_node/ELSE.html 
manual/html_node/ENABLED_005fOPT.html manual/html_node/ENDDEF.html 
manual/html_node/ENDFOR.html manual/html_node/ENDIF.html 
manual/html_node/ENDWHILE.html manual/html_node/ERRSKIP_005fOPTERR.html 
manual/html_node/ERRSTOP_005fOPTERR.html manual/html_node/ESAC.html 
manual/html_node/EXPR.html manual/html_node/Example-Usage.html 
manual/html_node/Example.html manual/html_node/FOR.html 
manual/html_node/Features.html manual/html_node/Full-Syntax.html 
manual/html_node/Function-Index.html manual/html_node/Future.html 
manual/html_node/Generalities.html manual/html_node/Generated-main.html 
manual/html_node/HAVE_005fOPT.html manual/html_node/IF.html 
manual/html_node/INCLUDE.html manual/html_node/INVOKE.html 
manual/html_node/ISSEL_005fOPT.html manual/html_node/ISUNUSED_005fOPT.html 
manual/html_node/Identification.html manual/html_node/Immediate-Action.html 
manual/html_node/Index-Assignments.html manual/html_node/Installation.html 
manual/html_node/Introduction.html manual/html_node/Licensing.html 
manual/html_node/Multi_002dThreading.html 
manual/html_node/Naming-Conflicts.html 
manual/html_node/OPTIONS_005fSTRUCT_005fVERSION.html 
manual/html_node/OPTION_005fCT.html manual/html_node/OPT_005fARG.html 
manual/html_node/OPT_005fVALUE_005fname.html 
manual/html_node/Option-Argument-Handling.html 
manual/html_node/Option-Arguments.html 
manual/html_node/Option-Conflict-Attributes.html 
manual/html_node/Option-Definitions.html 
manual/html_node/Option-Processing-Data.html manual/html_node/Predefines.html 
manual/html_node/Presetting-Options.html manual/html_node/Quick-Start.html 
manual/html_node/RESTART_005fOPT.html manual/html_node/Required-Attributes.html 
manual/html_node/SCM-_002a_003d.html manual/html_node/SCM-_002a_003d_002a.html 
manual/html_node/SCM-_002a_003d_003d.html 
manual/html_node/SCM-_002a_003d_003d_002a.html 
manual/html_node/SCM-_002a_007e.html manual/html_node/SCM-_002a_007e_002a.html 
manual/html_node/SCM-_002a_007e_007e.html 
manual/html_node/SCM-_002a_007e_007e_002a.html manual/html_node/SCM-_003d.html 
manual/html_node/SCM-_003d_002a.html manual/html_node/SCM-_003d_003d.html 
manual/html_node/SCM-_003d_003d_002a.html manual/html_node/SCM-_007e.html 
manual/html_node/SCM-_007e_002a.html manual/html_node/SCM-_007e_007e.html 
manual/html_node/SCM-_007e_007e_002a.html 
manual/html_node/SCM-ag_002dfprintf.html 
manual/html_node/SCM-ag_002dfunction_003f.html 
manual/html_node/SCM-autogen_002dversion.html 
manual/html_node/SCM-base_002dname.html manual/html_node/SCM-bsd.html 
manual/html_node/SCM-c_002dfile_002dline_002dfmt.html 
manual/html_node/SCM-c_002dstring.html manual/html_node/SCM-chdir.html 
manual/html_node/SCM-count.html manual/html_node/SCM-def_002dfile.html 
manual/html_node/SCM-def_002dfile_002dline.html manual/html_node/SCM-dne.html 
manual/html_node/SCM-emit.html 
manual/html_node/SCM-emit_002dstring_002dtable.html 
manual/html_node/SCM-error.html 
manual/html_node/SCM-error_002dsource_002dline.html 
manual/html_node/SCM-exist_003f.html manual/html_node/SCM-extract.html 
manual/html_node/SCM-find_002dfile.html 
manual/html_node/SCM-first_002dfor_003f.html 
manual/html_node/SCM-for_002dby.html manual/html_node/SCM-for_002dfrom.html 
manual/html_node/SCM-for_002dindex.html manual/html_node/SCM-for_002dsep.html 
manual/html_node/SCM-for_002dto.html 
manual/html_node/SCM-format_002darg_002dcount.html 
manual/html_node/SCM-fprintf.html manual/html_node/SCM-get.html 
manual/html_node/SCM-gperf.html manual/html_node/SCM-gperf_002dcode.html 
manual/html_node/SCM-gpl.html manual/html_node/SCM-hide_002demail.html 
manual/html_node/SCM-high_002dlim.html 
manual/html_node/SCM-html_002descape_002dencode.html 
manual/html_node/SCM-in_003f.html manual/html_node/SCM-join.html 
manual/html_node/SCM-kr_002dstring.html 
manual/html_node/SCM-last_002dfor_003f.html manual/html_node/SCM-len.html 
manual/html_node/SCM-lgpl.html manual/html_node/SCM-license.html 
manual/html_node/SCM-low_002dlim.html manual/html_node/SCM-make_002dgperf.html 
manual/html_node/SCM-make_002dheader_002dguard.html 
manual/html_node/SCM-makefile_002dscript.html 
manual/html_node/SCM-match_002dvalue_003f.html manual/html_node/SCM-max.html 
manual/html_node/SCM-min.html manual/html_node/SCM-out_002ddelete.html 
manual/html_node/SCM-out_002ddepth.html manual/html_node/SCM-out_002dline.html 
manual/html_node/SCM-out_002dmove.html manual/html_node/SCM-out_002dname.html 
manual/html_node/SCM-out_002dpop.html 
manual/html_node/SCM-out_002dpush_002dadd.html 
manual/html_node/SCM-out_002dpush_002dnew.html 
manual/html_node/SCM-out_002dresume.html 
manual/html_node/SCM-out_002dsuspend.html 
manual/html_node/SCM-out_002dswitch.html manual/html_node/SCM-prefix.html 
manual/html_node/SCM-printf.html 
manual/html_node/SCM-raw_002dshell_002dstr.html 
manual/html_node/SCM-set_002doption.html 
manual/html_node/SCM-set_002dwritable.html manual/html_node/SCM-shell.html 
manual/html_node/SCM-shell_002dstr.html manual/html_node/SCM-shellf.html 
manual/html_node/SCM-sprintf.html manual/html_node/SCM-stack.html 
manual/html_node/SCM-string_002d_003ec_002dname_0021.html 
manual/html_node/SCM-string_002dcapitalize.html 
manual/html_node/SCM-string_002dcapitalize_0021.html 
manual/html_node/SCM-string_002ddowncase.html 
manual/html_node/SCM-string_002ddowncase_0021.html 
manual/html_node/SCM-string_002dsubstitute.html 
manual/html_node/SCM-string_002dtable_002dadd.html 
manual/html_node/SCM-string_002dtable_002dadd_002dref.html 
manual/html_node/SCM-string_002dtable_002dnew.html 
manual/html_node/SCM-string_002dtable_002dsize.html 
manual/html_node/SCM-string_002dtr.html 
manual/html_node/SCM-string_002dtr_0021.html 
manual/html_node/SCM-string_002dupcase.html 
manual/html_node/SCM-string_002dupcase_0021.html 
manual/html_node/SCM-sub_002dshell_002dstr.html 
manual/html_node/SCM-suffix.html manual/html_node/SCM-sum.html 
manual/html_node/SCM-tpl_002dfile.html 
manual/html_node/SCM-tpl_002dfile_002dline.html 
manual/html_node/SCM-version_002dcompare.html manual/html_node/SELECT.html 
manual/html_node/SET_005fOPT_005fname.html 
manual/html_node/STACKCT_005fOPT.html manual/html_node/STACKLST_005fOPT.html 
manual/html_node/START_005fOPT.html manual/html_node/STATE_005fOPT.html 
manual/html_node/Special-Option-Handling.html 
manual/html_node/Template-File.html manual/html_node/Testimonial.html 
manual/html_node/UNKNOWN.html manual/html_node/USAGE.html 
manual/html_node/Using-AutoOpts.html 
manual/html_node/VALUE_005fOPT_005fname.html manual/html_node/VERSION.html 
manual/html_node/WHICH_005fIDX_005fname.html 
manual/html_node/WHICH_005fOPT_005fname.html manual/html_node/WHILE.html 
manual/html_node/apply-code.html manual/html_node/autogen-Invocation.html 
manual/html_node/autogen-base_002dname.html 
manual/html_node/autogen-define.html manual/html_node/autogen-definitions.html 
manual/html_node/autogen-equate.html 
manual/html_node/autogen-lib_002dtemplate.html 
manual/html_node/autogen-load_002dfunctions.html 
manual/html_node/autogen-load_002dscheme.html 
manual/html_node/autogen-loop_002dlimit.html 
manual/html_node/autogen-no_002dfmemopen.html 
manual/html_node/autogen-override_002dtpl.html 
manual/html_node/autogen-select_002dsuffix.html 
manual/html_node/autogen-show_002ddefs.html 
manual/html_node/autogen-skip_002dsuffix.html 
manual/html_node/autogen-source_002dtime.html 
manual/html_node/autogen-templ_002ddirs.html 
manual/html_node/autogen-timeout.html manual/html_node/autogen-trace.html 
manual/html_node/autogen-trace_002dout.html 
manual/html_node/autogen-undefine.html manual/html_node/autogen-usage.html 
manual/html_node/autogen-writable.html manual/html_node/automatic-options.html 
manual/html_node/basic-expression.html 
manual/html_node/binary-not-installed.html 
manual/html_node/binary-pre_002dinstalled.html 
manual/html_node/binary_002dparser.html 
manual/html_node/columns-Invocation.html 
manual/html_node/columns-by_002dcolumns.html 
manual/html_node/columns-col_002dwidth.html 
manual/html_node/columns-columns.html 
manual/html_node/columns-first_002dindent.html 
manual/html_node/columns-format.html manual/html_node/columns-indent.html 
manual/html_node/columns-input.html 
manual/html_node/columns-line_002dseparation.html 
manual/html_node/columns-separation.html manual/html_node/columns-sort.html 
manual/html_node/columns-spread.html 
manual/html_node/columns-tab_002dwidth.html manual/html_node/columns-usage.html 
manual/html_node/columns-width.html manual/html_node/command_002dinfo.html 
manual/html_node/concat_002dstring.html manual/html_node/config-comments.html 
manual/html_node/config-example.html 
manual/html_node/config-integer_002dvalues.html 
manual/html_node/config-name_002fstring_002dvalue.html 
manual/html_node/config-nested_002dvalues.html 
manual/html_node/config-sections.html manual/html_node/configuring.html 
manual/html_node/csh_002fzsh-caveat.html manual/html_node/def_002dlist.html 
manual/html_node/documentation-attributes.html 
manual/html_node/double_002dquote_002dstring.html 
manual/html_node/environrc.html manual/html_node/expression-syntax.html 
manual/html_node/getdefs-Invocation.html manual/html_node/getdefs-agarg.html 
manual/html_node/getdefs-assign.html manual/html_node/getdefs-autogen.html 
manual/html_node/getdefs-base_002dname.html 
manual/html_node/getdefs-common_002dassign.html 
manual/html_node/getdefs-copy.html 
manual/html_node/getdefs-defs_002dto_002dget.html 
manual/html_node/getdefs-filelist.html 
manual/html_node/getdefs-first_002dindex.html 
manual/html_node/getdefs-input.html manual/html_node/getdefs-linenum.html 
manual/html_node/getdefs-listattr.html manual/html_node/getdefs-ordering.html 
manual/html_node/getdefs-output.html manual/html_node/getdefs-srcfile.html 
manual/html_node/getdefs-subblock.html manual/html_node/getdefs-template.html 
manual/html_node/getdefs-usage.html manual/html_node/getopt_005flong.html 
manual/html_node/guile-callouts.html manual/html_node/guile-macros.html 
manual/html_node/here_002dstring.html manual/html_node/i18n.html 
manual/html_node/information-attributes.html manual/html_node/installing.html 
manual/html_node/lib-and-program.html manual/html_node/lib-called.html 
manual/html_node/libopts-procedures.html 
manual/html_node/libopts_002dao_005fstring_005ftokenize.html 
manual/html_node/libopts_002dconfigFileLoad.html 
manual/html_node/libopts_002doptionFileLoad.html 
manual/html_node/libopts_002doptionFindNextValue.html 
manual/html_node/libopts_002doptionFindValue.html 
manual/html_node/libopts_002doptionFree.html 
manual/html_node/libopts_002doptionGetValue.html 
manual/html_node/libopts_002doptionLoadLine.html 
manual/html_node/libopts_002doptionNextValue.html 
manual/html_node/libopts_002doptionOnlyUsage.html 
manual/html_node/libopts_002doptionProcess.html 
manual/html_node/libopts_002doptionRestore.html 
manual/html_node/libopts_002doptionSaveFile.html 
manual/html_node/libopts_002doptionSaveState.html 
manual/html_node/libopts_002doptionUnloadNested.html 
manual/html_node/libopts_002doptionVersion.html 
manual/html_node/libopts_002dpathfind.html 
manual/html_node/libopts_002dstrequate.html 
manual/html_node/libopts_002dstreqvcmp.html 
manual/html_node/libopts_002dstreqvmap.html 
manual/html_node/libopts_002dstrneqvcmp.html 
manual/html_node/libopts_002dstrtransform.html 
manual/html_node/library-attributes.html manual/html_node/library_002dinfo.html 
manual/html_node/loading-rcfile.html manual/html_node/local-use.html 
manual/html_node/main-for_002deach.html manual/html_node/main-guile.html 
manual/html_node/main-include.html manual/html_node/main-invoke.html 
manual/html_node/main-main.html manual/html_node/main-shell_002dparser.html 
manual/html_node/main-shell_002dprocess.html manual/html_node/man1.html 
manual/html_node/man3.html manual/html_node/naming-values.html 
manual/html_node/native-macros.html manual/html_node/option-attributes.html 
manual/html_node/option-descriptor.html manual/html_node/output-controls.html 
manual/html_node/prog-calls-lib.html manual/html_node/program-attributes.html 
manual/html_node/pseudo-macro.html manual/html_node/sample-rcfile.html 
manual/html_node/saving-rcfile.html manual/html_node/scheme_002dgenerated.html 
manual/html_node/script_002dparser.html manual/html_node/shell-commands.html 
manual/html_node/shell-options.html manual/html_node/shell_002dgenerated.html 
manual/html_node/signal-names.html manual/html_node/simple_002dstring.html 
manual/html_node/single_002dquote_002dstring.html 
manual/html_node/snprintfv.html manual/html_node/source-not-installed.html 
manual/html_node/source-pre_002dinstalled.html 
manual/html_node/standard-options.html manual/html_node/teOptIndex.html 
manual/html_node/xml2ag-Invocation.html 
manual/html_node/xml2ag-base_002dname.html manual/html_node/xml2ag-define.html 
manual/html_node/xml2ag-definitions.html manual/html_node/xml2ag-equate.html 
manual/html_node/xml2ag-lib_002dtemplate.html 
manual/html_node/xml2ag-load_002dfunctions.html 
manual/html_node/xml2ag-load_002dscheme.html 
manual/html_node/xml2ag-loop_002dlimit.html 
manual/html_node/xml2ag-no_002dfmemopen.html 
manual/html_node/xml2ag-output.html 
manual/html_node/xml2ag-override_002dtpl.html 
manual/html_node/xml2ag-select_002dsuffix.html 
manual/html_node/xml2ag-show_002ddefs.html 
manual/html_node/xml2ag-skip_002dsuffix.html 
manual/html_node/xml2ag-source_002dtime.html 
manual/html_node/xml2ag-templ_002ddirs.html 
manual/html_node/xml2ag-timeout.html manual/html_node/xml2ag-trace.html 
manual/html_node/xml2ag-trace_002dout.html 
manual/html_node/xml2ag-undefine.html manual/html_node/xml2ag-usage.html 
manual/html_node/xml2ag-writable.html
+ mkdir -p manual/html_node/
+ mv autogen.html/AGMacro-syntax.html autogen.html/Add_002dOns.html 
autogen.html/Alternate-Definition.html autogen.html/Augmenting-AutoGen.html 
autogen.html/AutoEvents.html autogen.html/AutoFSM.html 
autogen.html/AutoGen-CGI.html autogen.html/AutoGen-Functions.html 
autogen.html/AutoGen-macros.html autogen.html/AutoInfo.html 
autogen.html/AutoMan-pages.html autogen.html/AutoOpts-API.html 
autogen.html/AutoOpts.html autogen.html/AutoXDR.html autogen.html/CASE.html 
autogen.html/CLEAR_005fOPT.html autogen.html/COMMENT.html 
autogen.html/COUNT_005fOPT.html autogen.html/Comments.html 
autogen.html/Common-Attributes.html autogen.html/Common-Functions.html 
autogen.html/Concept-Index.html autogen.html/Config-File-Format.html 
autogen.html/Copying-This-Manual.html autogen.html/DEFINE.html 
autogen.html/DESC.html autogen.html/DISABLE_005fOPT_005fname.html 
autogen.html/Definitions-File.html autogen.html/Definitions.html 
autogen.html/Directives.html autogen.html/Dynamic-Text.html 
autogen.html/ELIF.html autogen.html/ELSE.html autogen.html/ENABLED_005fOPT.html 
autogen.html/ENDDEF.html autogen.html/ENDFOR.html autogen.html/ENDIF.html 
autogen.html/ENDWHILE.html autogen.html/ERRSKIP_005fOPTERR.html 
autogen.html/ERRSTOP_005fOPTERR.html autogen.html/ESAC.html 
autogen.html/EXPR.html autogen.html/Example-Usage.html 
autogen.html/Example.html autogen.html/FOR.html autogen.html/Features.html 
autogen.html/Full-Syntax.html autogen.html/Function-Index.html 
autogen.html/Future.html autogen.html/Generalities.html 
autogen.html/Generated-main.html autogen.html/HAVE_005fOPT.html 
autogen.html/IF.html autogen.html/INCLUDE.html autogen.html/INVOKE.html 
autogen.html/ISSEL_005fOPT.html autogen.html/ISUNUSED_005fOPT.html 
autogen.html/Identification.html autogen.html/Immediate-Action.html 
autogen.html/Index-Assignments.html autogen.html/Installation.html 
autogen.html/Introduction.html autogen.html/Licensing.html 
autogen.html/Multi_002dThreading.html autogen.html/Naming-Conflicts.html 
autogen.html/OPTIONS_005fSTRUCT_005fVERSION.html 
autogen.html/OPTION_005fCT.html autogen.html/OPT_005fARG.html 
autogen.html/OPT_005fVALUE_005fname.html 
autogen.html/Option-Argument-Handling.html autogen.html/Option-Arguments.html 
autogen.html/Option-Conflict-Attributes.html 
autogen.html/Option-Definitions.html autogen.html/Option-Processing-Data.html 
autogen.html/Predefines.html autogen.html/Presetting-Options.html 
autogen.html/Quick-Start.html autogen.html/RESTART_005fOPT.html 
autogen.html/Required-Attributes.html autogen.html/SCM-_002a_003d.html 
autogen.html/SCM-_002a_003d_002a.html autogen.html/SCM-_002a_003d_003d.html 
autogen.html/SCM-_002a_003d_003d_002a.html autogen.html/SCM-_002a_007e.html 
autogen.html/SCM-_002a_007e_002a.html autogen.html/SCM-_002a_007e_007e.html 
autogen.html/SCM-_002a_007e_007e_002a.html autogen.html/SCM-_003d.html 
autogen.html/SCM-_003d_002a.html autogen.html/SCM-_003d_003d.html 
autogen.html/SCM-_003d_003d_002a.html autogen.html/SCM-_007e.html 
autogen.html/SCM-_007e_002a.html autogen.html/SCM-_007e_007e.html 
autogen.html/SCM-_007e_007e_002a.html autogen.html/SCM-ag_002dfprintf.html 
autogen.html/SCM-ag_002dfunction_003f.html 
autogen.html/SCM-autogen_002dversion.html autogen.html/SCM-base_002dname.html 
autogen.html/SCM-bsd.html autogen.html/SCM-c_002dfile_002dline_002dfmt.html 
autogen.html/SCM-c_002dstring.html autogen.html/SCM-chdir.html 
autogen.html/SCM-count.html autogen.html/SCM-def_002dfile.html 
autogen.html/SCM-def_002dfile_002dline.html autogen.html/SCM-dne.html 
autogen.html/SCM-emit.html autogen.html/SCM-emit_002dstring_002dtable.html 
autogen.html/SCM-error.html autogen.html/SCM-error_002dsource_002dline.html 
autogen.html/SCM-exist_003f.html autogen.html/SCM-extract.html 
autogen.html/SCM-find_002dfile.html autogen.html/SCM-first_002dfor_003f.html 
autogen.html/SCM-for_002dby.html autogen.html/SCM-for_002dfrom.html 
autogen.html/SCM-for_002dindex.html autogen.html/SCM-for_002dsep.html 
autogen.html/SCM-for_002dto.html autogen.html/SCM-format_002darg_002dcount.html 
autogen.html/SCM-fprintf.html autogen.html/SCM-get.html 
autogen.html/SCM-gperf.html autogen.html/SCM-gperf_002dcode.html 
autogen.html/SCM-gpl.html autogen.html/SCM-hide_002demail.html 
autogen.html/SCM-high_002dlim.html 
autogen.html/SCM-html_002descape_002dencode.html autogen.html/SCM-in_003f.html 
autogen.html/SCM-join.html autogen.html/SCM-kr_002dstring.html 
autogen.html/SCM-last_002dfor_003f.html autogen.html/SCM-len.html 
autogen.html/SCM-lgpl.html autogen.html/SCM-license.html 
autogen.html/SCM-low_002dlim.html autogen.html/SCM-make_002dgperf.html 
autogen.html/SCM-make_002dheader_002dguard.html 
autogen.html/SCM-makefile_002dscript.html 
autogen.html/SCM-match_002dvalue_003f.html autogen.html/SCM-max.html 
autogen.html/SCM-min.html autogen.html/SCM-out_002ddelete.html 
autogen.html/SCM-out_002ddepth.html autogen.html/SCM-out_002dline.html 
autogen.html/SCM-out_002dmove.html autogen.html/SCM-out_002dname.html 
autogen.html/SCM-out_002dpop.html autogen.html/SCM-out_002dpush_002dadd.html 
autogen.html/SCM-out_002dpush_002dnew.html autogen.html/SCM-out_002dresume.html 
autogen.html/SCM-out_002dsuspend.html autogen.html/SCM-out_002dswitch.html 
autogen.html/SCM-prefix.html autogen.html/SCM-printf.html 
autogen.html/SCM-raw_002dshell_002dstr.html 
autogen.html/SCM-set_002doption.html autogen.html/SCM-set_002dwritable.html 
autogen.html/SCM-shell.html autogen.html/SCM-shell_002dstr.html 
autogen.html/SCM-shellf.html autogen.html/SCM-sprintf.html 
autogen.html/SCM-stack.html 
autogen.html/SCM-string_002d_003ec_002dname_0021.html 
autogen.html/SCM-string_002dcapitalize.html 
autogen.html/SCM-string_002dcapitalize_0021.html 
autogen.html/SCM-string_002ddowncase.html 
autogen.html/SCM-string_002ddowncase_0021.html 
autogen.html/SCM-string_002dsubstitute.html 
autogen.html/SCM-string_002dtable_002dadd.html 
autogen.html/SCM-string_002dtable_002dadd_002dref.html 
autogen.html/SCM-string_002dtable_002dnew.html 
autogen.html/SCM-string_002dtable_002dsize.html 
autogen.html/SCM-string_002dtr.html autogen.html/SCM-string_002dtr_0021.html 
autogen.html/SCM-string_002dupcase.html 
autogen.html/SCM-string_002dupcase_0021.html 
autogen.html/SCM-sub_002dshell_002dstr.html autogen.html/SCM-suffix.html 
autogen.html/SCM-sum.html autogen.html/SCM-tpl_002dfile.html 
autogen.html/SCM-tpl_002dfile_002dline.html 
autogen.html/SCM-version_002dcompare.html autogen.html/SELECT.html 
autogen.html/SET_005fOPT_005fname.html autogen.html/STACKCT_005fOPT.html 
autogen.html/STACKLST_005fOPT.html autogen.html/START_005fOPT.html 
autogen.html/STATE_005fOPT.html autogen.html/Special-Option-Handling.html 
autogen.html/Template-File.html autogen.html/Testimonial.html 
autogen.html/UNKNOWN.html autogen.html/USAGE.html 
autogen.html/Using-AutoOpts.html autogen.html/VALUE_005fOPT_005fname.html 
autogen.html/VERSION.html autogen.html/WHICH_005fIDX_005fname.html 
autogen.html/WHICH_005fOPT_005fname.html autogen.html/WHILE.html 
autogen.html/apply-code.html autogen.html/autogen-Invocation.html 
autogen.html/autogen-base_002dname.html autogen.html/autogen-define.html 
autogen.html/autogen-definitions.html autogen.html/autogen-equate.html 
autogen.html/autogen-lib_002dtemplate.html 
autogen.html/autogen-load_002dfunctions.html 
autogen.html/autogen-load_002dscheme.html 
autogen.html/autogen-loop_002dlimit.html 
autogen.html/autogen-no_002dfmemopen.html 
autogen.html/autogen-override_002dtpl.html 
autogen.html/autogen-select_002dsuffix.html 
autogen.html/autogen-show_002ddefs.html 
autogen.html/autogen-skip_002dsuffix.html 
autogen.html/autogen-source_002dtime.html 
autogen.html/autogen-templ_002ddirs.html autogen.html/autogen-timeout.html 
autogen.html/autogen-trace.html autogen.html/autogen-trace_002dout.html 
autogen.html/autogen-undefine.html autogen.html/autogen-usage.html 
autogen.html/autogen-writable.html autogen.html/automatic-options.html 
autogen.html/basic-expression.html autogen.html/binary-not-installed.html 
autogen.html/binary-pre_002dinstalled.html autogen.html/binary_002dparser.html 
autogen.html/columns-Invocation.html autogen.html/columns-by_002dcolumns.html 
autogen.html/columns-col_002dwidth.html autogen.html/columns-columns.html 
autogen.html/columns-first_002dindent.html autogen.html/columns-format.html 
autogen.html/columns-indent.html autogen.html/columns-input.html 
autogen.html/columns-line_002dseparation.html 
autogen.html/columns-separation.html autogen.html/columns-sort.html 
autogen.html/columns-spread.html autogen.html/columns-tab_002dwidth.html 
autogen.html/columns-usage.html autogen.html/columns-width.html 
autogen.html/command_002dinfo.html autogen.html/concat_002dstring.html 
autogen.html/config-comments.html autogen.html/config-example.html 
autogen.html/config-integer_002dvalues.html 
autogen.html/config-name_002fstring_002dvalue.html 
autogen.html/config-nested_002dvalues.html autogen.html/config-sections.html 
autogen.html/configuring.html autogen.html/csh_002fzsh-caveat.html 
autogen.html/def_002dlist.html autogen.html/documentation-attributes.html 
autogen.html/double_002dquote_002dstring.html autogen.html/environrc.html 
autogen.html/expression-syntax.html autogen.html/getdefs-Invocation.html 
autogen.html/getdefs-agarg.html autogen.html/getdefs-assign.html 
autogen.html/getdefs-autogen.html autogen.html/getdefs-base_002dname.html 
autogen.html/getdefs-common_002dassign.html autogen.html/getdefs-copy.html 
autogen.html/getdefs-defs_002dto_002dget.html 
autogen.html/getdefs-filelist.html autogen.html/getdefs-first_002dindex.html 
autogen.html/getdefs-input.html autogen.html/getdefs-linenum.html 
autogen.html/getdefs-listattr.html autogen.html/getdefs-ordering.html 
autogen.html/getdefs-output.html autogen.html/getdefs-srcfile.html 
autogen.html/getdefs-subblock.html autogen.html/getdefs-template.html 
autogen.html/getdefs-usage.html autogen.html/getopt_005flong.html 
autogen.html/guile-callouts.html autogen.html/guile-macros.html 
autogen.html/here_002dstring.html autogen.html/i18n.html 
autogen.html/information-attributes.html autogen.html/installing.html 
autogen.html/lib-and-program.html autogen.html/lib-called.html 
autogen.html/libopts-procedures.html 
autogen.html/libopts_002dao_005fstring_005ftokenize.html 
autogen.html/libopts_002dconfigFileLoad.html 
autogen.html/libopts_002doptionFileLoad.html 
autogen.html/libopts_002doptionFindNextValue.html 
autogen.html/libopts_002doptionFindValue.html 
autogen.html/libopts_002doptionFree.html 
autogen.html/libopts_002doptionGetValue.html 
autogen.html/libopts_002doptionLoadLine.html 
autogen.html/libopts_002doptionNextValue.html 
autogen.html/libopts_002doptionOnlyUsage.html 
autogen.html/libopts_002doptionProcess.html 
autogen.html/libopts_002doptionRestore.html 
autogen.html/libopts_002doptionSaveFile.html 
autogen.html/libopts_002doptionSaveState.html 
autogen.html/libopts_002doptionUnloadNested.html 
autogen.html/libopts_002doptionVersion.html 
autogen.html/libopts_002dpathfind.html autogen.html/libopts_002dstrequate.html 
autogen.html/libopts_002dstreqvcmp.html autogen.html/libopts_002dstreqvmap.html 
autogen.html/libopts_002dstrneqvcmp.html 
autogen.html/libopts_002dstrtransform.html autogen.html/library-attributes.html 
autogen.html/library_002dinfo.html autogen.html/loading-rcfile.html 
autogen.html/local-use.html autogen.html/main-for_002deach.html 
autogen.html/main-guile.html autogen.html/main-include.html 
autogen.html/main-invoke.html autogen.html/main-main.html 
autogen.html/main-shell_002dparser.html 
autogen.html/main-shell_002dprocess.html autogen.html/man1.html 
autogen.html/man3.html autogen.html/naming-values.html 
autogen.html/native-macros.html autogen.html/option-attributes.html 
autogen.html/option-descriptor.html autogen.html/output-controls.html 
autogen.html/prog-calls-lib.html autogen.html/program-attributes.html 
autogen.html/pseudo-macro.html autogen.html/sample-rcfile.html 
autogen.html/saving-rcfile.html autogen.html/scheme_002dgenerated.html 
autogen.html/script_002dparser.html autogen.html/shell-commands.html 
autogen.html/shell-options.html autogen.html/shell_002dgenerated.html 
autogen.html/signal-names.html autogen.html/simple_002dstring.html 
autogen.html/single_002dquote_002dstring.html autogen.html/snprintfv.html 
autogen.html/source-not-installed.html 
autogen.html/source-pre_002dinstalled.html autogen.html/standard-options.html 
autogen.html/teOptIndex.html autogen.html/xml2ag-Invocation.html 
autogen.html/xml2ag-base_002dname.html autogen.html/xml2ag-define.html 
autogen.html/xml2ag-definitions.html autogen.html/xml2ag-equate.html 
autogen.html/xml2ag-lib_002dtemplate.html 
autogen.html/xml2ag-load_002dfunctions.html 
autogen.html/xml2ag-load_002dscheme.html 
autogen.html/xml2ag-loop_002dlimit.html 
autogen.html/xml2ag-no_002dfmemopen.html autogen.html/xml2ag-output.html 
autogen.html/xml2ag-override_002dtpl.html 
autogen.html/xml2ag-select_002dsuffix.html 
autogen.html/xml2ag-show_002ddefs.html autogen.html/xml2ag-skip_002dsuffix.html 
autogen.html/xml2ag-source_002dtime.html 
autogen.html/xml2ag-templ_002ddirs.html autogen.html/xml2ag-timeout.html 
autogen.html/xml2ag-trace.html autogen.html/xml2ag-trace_002dout.html 
autogen.html/xml2ag-undefine.html autogen.html/xml2ag-usage.html 
autogen.html/xml2ag-writable.html manual/html_node/
+ rmdir autogen.html
+ echo Making .tar.gz for sources...
Making .tar.gz for sources...
++ ls '*.texinfo' autogen.texi fdl.texi snprintfv.texi '*.txi' '*.eps'
+ srcfiles='autogen.texi
fdl.texi
snprintfv.texi'
+ tar cvzfh manual/autogen.texi.tar.gz autogen.texi fdl.texi snprintfv.texi
autogen.texi
fdl.texi
snprintfv.texi
++ calcsize manual/autogen.texi.tar.gz
+++ ls -ksl manual/autogen.texi.tar.gz
+++ awk '{print $1}'
++ size=120
++ echo 120
+ texi_tgz_size=120
+ test -n ''
+ echo Writing index file...
Writing index file...
++ date '+%B %d, %Y'
+ curdate='May 03, 2007'
+ sed -e 's!%%TITLE%%!!g' -e 's!%%DATE%%!May 03, 2007!g' -e 
's!%%PACKAGE%%!autogen!g' -e 's!%%HTML_MONO_SIZE%%!!g' -e 
's!%%HTML_MONO_GZ_SIZE%%!0!g' -e 's!%%HTML_NODE_TGZ_SIZE%%!204!g' -e 
's!%%INFO_TGZ_SIZE%%!128!g' -e 's!%%DVI_GZ_SIZE%%!200!g' -e 
's!%%PDF_SIZE%%!965!g' -e 's!%%PS_GZ_SIZE%%!356!g' -e 's!%%ASCII_SIZE%%!436!g' 
-e 's!%%ASCII_GZ_SIZE%%!120!g' -e 's!%%TEXI_TGZ_SIZE%%!120!g' -e 
's!%%DOCBOOK_HTML_NODE_TGZ_SIZE%%!!g' -e 's!%%DOCBOOK_ASCII_SIZE%%!!g' -e 
's!%%DOCBOOK_PS_GZ_SIZE%%!!g' -e 's!%%DOCBOOK_PDF_SIZE%%!!g' -e 
's!%%DOCBOOK_XML_SIZE%%!!g' -e 's!%%DOCBOOK_XML_GZ_SIZE%%!!g' -e 
s,%%SCRIPTURL%%,http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs.sh,g
 -e 's!%%SCRIPTNAME%%!gendocs.sh!g' /home/gnu/proj/gnulib/doc/gendocs_template
+ echo 'Done!  See manual/ subdirectory for new files.'
Done!  See manual/ subdirectory for new files.
$ ls -l manual
total 2546
-rw-r--r-- 1 bkorb dev 201987 May  3 20:55 autogen.dvi.gz
-rw-r--r-- 1 bkorb dev      0 May  3 20:55 autogen.html.gz
-rw-r--r-- 1 bkorb dev 207492 May  3 20:55 autogen.html_node.tar.gz
-rw-r--r-- 1 bkorb dev 130890 May  3 20:55 autogen.info.tar.gz
-rw-r--r-- 1 bkorb dev 984048 May  3 20:55 autogen.pdf
-rw-r--r-- 1 bkorb dev 364306 May  3 20:55 autogen.ps.gz
-rw-r--r-- 1 bkorb dev 122599 May  3 20:55 autogen.texi.tar.gz
-rw-r--r-- 1 bkorb dev 444954 May  3 20:55 autogen.txt
-rw-r--r-- 1 bkorb dev 121134 May  3 20:55 autogen.txt.gz
drwxr-xr-x 2 bkorb dev  13903 May  3 20:55 html_node
-rw-r--r-- 1 bkorb dev   2841 May  3 20:55 index.html
$

reply via email to

[Prev in Thread] Current Thread [Next in Thread]