.\" Process this file with .\" groff -man -Tascii sgml2info.1 .\" .TH SGML2INFO 1 "7 Jan 1996" .SH NAME sgml2info \- create GNU info output from a SGML source file .SH SYNOPSIS .B sgml2info [-l] [-style .I s .B ] [-t .I n .B ] .IR file [.sgml] .SH DESCRIPTION .B sgml2info converts a SGML source file to GNU info format, using the .BR sgmls (1) parser, the .BR sgmlsasp (1) translator, and the .BR makeinfo (1) program. Output will appear in .I file.info where .I file is the name of the SGML source file. .SH OPTIONS .IP -l Allows use of latin1 (ISO-8859-1) characters in the SGML source file, default ASCII only .IP "-style s" Uses the mapping file .I $LINUXDOCLIB/lib/rep/info/mapping in addition to the default mapping file, for customizations .IP "-t n" Sets tabstops each columns, default 8 .IP file The SGML source file, named either .I file or .I file.sgml .SH FILES Many files in $LINUXDOCLIB are used. .SH ENVIRONMENT .IP LINUXDOCBIN location of other executables that .B sgml2info needs .IP LINUXDOCLIB location of library files that .B sgml2info needs .IP "Both variables are hardcoded into the script at install time." .SH BUGS Although ISO-8859-1 characters are allowed in the SGML source file, they don't quite come out right in the info file. .SH AUTHOR Christian Schwarz Greg Hankins .SH "SEE ALSO" .BR sgml2html (1), .BR sgml2latex (1), .BR sgml2lyx (1), .BR sgml2rtf (1), .BR sgml2txt (1), .BR sgmlcheck (1).