From bug-octave-request at bevo dot che dot wisc dot edu Wed Mar 21 07:42:33 2001 Subject: build bug: doc/interpreter/ texi2html options wrong From: George Young To: bug-octave at bevo dot che dot wisc dot edu Date: Wed, 21 Mar 2001 07:42:29 -0600 [octave-2.1.33, Sun Ultra, Solaris 2.5 (aka 5.0), gcc ./configure --prefix=/opt/octave --enable-shared ] ### in doc/interpreter: make texi2html -expandinfo -split_chapter -I ./.. octave.texi Unknown option: expandinfo Unknown option: split_chapter **WARNING: Parsing of obsolete command-line options could have failed. Consider to use only documented command-line options (run 'texi2html -help 2' for a complete list) or upgrade to perl version 5.005 or higher. Try 'texi2html -help' for usage instructions. ### so I did: texi2html -help 2 Usage: texi2html [OPTIONS] TEXINFO-FILE Translates Texinfo source documentation to HTML. Option Type Default Description -check ! 0 if set, only check files and output all things that may be Texinfo commands -D =s equivalent to Texinfo " at set $s 1" -debug =i 0 output HTML with debuging information -doctype =s document type which is output in header of HTML files -expand =s info Expand info|tex|none section of texinfo source -frames ! 0 output files which use HTML 4.0 frames (experimental) -help :i print help and exit -I =s append $s to the at include search path -idx_sum ! 0 if set, also output index summary -init_file =s load init file $s -invisible =s use text in invisble anchot -iso iso 0 if set, ISO8879 characters are used for special symbols (like copyright, etc) -l2h ! if set, uses latex2html for at math and @tex -l2h_clean ! 1 if set, do not keep intermediate latex2html files for later reuse -l2h_l2h =s latex2html program to use for latex2html translation -l2h_skip ! if set, tries to reuse previously latex2html output -l2h_tmp =s if set, uses $s as temporary latex2html directory -lang =s use $s as document language (ISO 639 encoding) -menu ! 1 ouput Texinfo menus -number ! 1 use numbered sections -out_file =s if set, all HTML output goes into file $s -prefix =s use as prefix for output files, instead of -sec_nav ! 1 output navigation panels for each section -short_ext ! 0 use "htm" extension for output HTML files -short_ref ! if set, references are without section numbers -split =s split document on section|chapter else no splitting -subdir =s put HTML files in directory $s, instead of $cwd -toc_file =s use $s as ToC file, instead of _toc.html -top_file =s use $s as top file, instead of .html -Verbose ! print progress info to stdout -version print version and exit Note: 'Options' may be abbreviated. 'Type' specifications mean: | ! no argument: variable is set to 1 on -foo (or, to 0 on -nofoo) =s | :s mandatory (or, optional) string argument =i | :i mandatory (or, optional) integer argument ### texi2html --version 1.64 ### This is the latest version (that I could find) of texi2html, from: http://www.mathematik.uni-kl.de/~obachman/Texi2html/ It seems the options have changed. From texi2html-1.64/Changelog: ------------------------------------------------------------------ 2000-07-01 Olaf Bachmann - the following options are obsoleted (still work, though): no-section_navigation ==> -nosec_nav use_acc ==> ALWAYS use accents expandinfo ==> -expand info expandtex ==> -expand tex no_verbose ==> default case monolithic ==> default case split_node ==> -split section split_chapter ==> -split chapter --------------------------------------------------------------------- I tried: texi2html -expand -split -I ./.. octave.texi and this seemed to work ok. -- George Young, Rm. L-204 gry at ll dot mit dot edu MIT Lincoln Laboratory 244 Wood St. Lexington, Massachusetts 02420-9108 (781) 981-2756 ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------