Skip to content

Commit d9b6fe3

Browse files
committed
Fixes to get html generation to work
* Rename @anchoridx{Data} to @anchoridx{DateTypes} in section 13 (duplicate with the same index in section 7) * Remove @validatemenus not available after version 6.8 of texinfo * Rename section "cobc - The GnuCOBOL Compiler - Runtime options" to "cobc - The GnuCOBOL Compiler" * Add @Iftex around menu of section 7.8, as it makes makeinfo segfault and is not useful for HTML * Small additional fixes for info generation to work
1 parent a1ecb01 commit d9b6fe3

File tree

13 files changed

+913
-910
lines changed

13 files changed

+913
-910
lines changed

guide/10.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ These are dynamically-loadable object code files ready to be invoked from other
2626
@comment *********************************************************************
2727
@comment ** 10.1.1 cobc - The GnuCOBOL Compiler - runtime options **
2828
@comment *********************************************************************
29-
@newsubsection{10.1.1,cobc - The GnuCOBOL Compiler - Runtime options}
29+
@newsubsection{10.1.1,cobc - The GnuCOBOL Compiler}
3030
The GnuCOBOL compiler is named @command{cobc} (@command{cobc.exe} on a Windows system).
3131

3232
The following describes the syntax and option switches of the cobc command. This information may be displayed by entering the command @command{cobc --help} or @command{cobc -h}.

guide/13.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ If the day is defined like DDD (3 Ds) then it is taken to be the day of the year
173173
$XFD DATE "YYYYDDD"
174174
175175
@end verbatim
176-
@anchoridx{Data}
176+
@anchoridx{DataTypes}
177177
@multitable @columnfractions .15 .85
178178
@headitem Name @tab Data Description
179179
@item F @tab Define data Field

guide/6.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ Executing the statement @code{SET @var{condition-name-1} TO FALSE} will cause @v
10991099
* 6.9.38: RENAMES.
11001100
* 6.9.39: REQUIRED.
11011101
* 6.9.40: REVERSE-VIDEO.
1102-
* 6.9.41: SAME.
1102+
* 6.9.41: SAME AS.
11031103
* 6.9.41B: SCROLL DOWN.
11041104
* 6.9.41C: SCROLL UP.
11051105
* 6.9.42: SECURE.

guide/7.texi

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,10 @@ As part of the @code{TIMES} clause of a @statementref{PERFORM}.
663663
@comment *********************************************************************
664664
@page
665665
@newsection{7.8,GnuCOBOL Statements}
666+
@comment The following menu is hidden in html mode because it makes
667+
@comment makeinfo segfault on some Linux distributions, and it is not
668+
@comment actually necessary in html mode.
669+
@iftex
666670
@menu
667671
* 7.8.1: ACCEPT
668672
@detailmenu
@@ -785,6 +789,7 @@ As part of the @code{TIMES} clause of a @statementref{PERFORM}.
785789
* 7.8.50: UNSTRING
786790
* 7.8.51: WRITE
787791
@end menu
792+
@end iftex
788793
@comment *********************************************************************
789794
@comment ** 7.8.1 ACCEPT **
790795
@comment *********************************************************************
@@ -1801,7 +1806,7 @@ No @code{INVALID KEY} or @code{NOT INVALID KEY} clause may be specified for a fi
18011806
* 7.8.12.2: DISPLAY UPON COMMAND-LINE
18021807
* 7.8.12.3: DISPLAY UPON ENVIRONMENT-NAME
18031808
* 7.8.12.4: DISPLAY data-item
1804-
* 7.8.12.5: DISPLAY data-item (Microsoft v1, 2)
1809+
* 7.8.12.5: DISPLAY data-item (Microsoft)
18051810
@end menu
18061811
@comment *********************************************************************
18071812
@comment ** 7.8.12.1 DISPLAY UPON device **
@@ -1973,7 +1978,7 @@ If this is needed then the use of @code{CONCATENATE} to built more than one elem
19731978
When @code{DISPLAY} is used without line or column controls only one variable or literal may will appear on a line, so the use of the above example should also be employed.
19741979

19751980
@comment *************************************************************
1976-
@comment ** 7.8.12.5 DISPLAY data-item (Microsoft v1, 2) **
1981+
@comment ** 7.8.12.5 DISPLAY data-item (Microsoft) **
19771982
@comment *************************************************************
19781983
@page
19791984
@newunit{7.8.12.5,DISPLAY data-item (Microsoft)}

guide/8.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ When the @code{LOCALE} keyword is not specified, the returning value is negative
15061506
@comment ** 8.1.70B NUMVAL-C **
15071507
@comment *********************************************************************
15081508
@page
1509-
@newsubsection{8.1.70B,NUMVAL-C-V2}
1509+
@newsubsection{8.1.70B,NUMVAL-C-2}
15101510
@diagram{NUMVAL-C Function,FN-NUMVAL-C-2,FN-NUMVAL-C-2,None}
15111511
This function
15121512
returns the numeric value represented by the character string specified by @var{argument-1} and defined as alphanumeric.

guide/B.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@comment *********************************************************************
22
@comment ** B. Reserved Word Lists **
33
@comment *********************************************************************
4-
@newappendix{B,Reserved Word Lists}
4+
@newappendix{B,Reserved Word List}
55
See Appendix C for the complete lists of ALL reserved words of all types.
66
@iftex
77
@sp 3

guide/PDFs/gnucobpg-letter.pdf

230 Bytes
Binary file not shown.

guide/PDFs/gnucobpr-letter.pdf

218 Bytes
Binary file not shown.

guide/PDFs/gnucobqr-letter.pdf

169 Bytes
Binary file not shown.

guide/PDFs/gnucobsp-letter.pdf

241 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)