Changeset 6b80bb in git


Ignore:
Timestamp:
Jul 14, 1999, 5:50:04 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6652179b387ece88868cec40491432e4e627d7fc
Parents:
cca96f994dfb13743031b0fb4199cb8915e47b38
Message:
* as we go along


git-svn-id: file:///usr/local/Singular/svn/trunk@3272 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
doc
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.in

    rcca96f r6b80bb  
    5555DOC2TEX_FILES   = \
    5656                examples.tex general.tex math.tex reference.tex \
    57                 start.tex types.tex pdata.tex
     57                start.tex types.tex pdata.tex tricks.tex
    5858
    5959MANUAL_FILES    = ${TEX_FILES} ${DOC2TEX_FILES}
     
    9999
    100100# html stuff
    101 html: html/singular.html
    102 html/singular.html: ${MANUAL_FILES} t2h_singular.init t2h.init singular.tex
     101html: html/index.htm
     102html/index.htm: ${MANUAL_FILES} t2h_singular.init t2h.init singular.tex ${TEXI2HTML}
    103103        ${PERL5} ${TEXI2HTML} -init_file t2h_singular.init ${TEXI2HTML_OPTS} -subdir html singular.tex
    104104
  • doc/t2h_singular.init

    rcca96f r6b80bb  
     1# -*-perl-*-
    12######################################################################
    23#
     
    78# all the others we simply "include"
    89
    9 require("./texi2html.init") if (-r "./texi2html.init");
    10 require("../texi2html.init") if (-r "../texi2html.init");
    11 require("./t2h.init") if (-r "./t2h.init");
    12 require("../t2h.init") if (-r "../t2h.init");
    13 
    14 # if set, ISO8879 characters are used for special symbols (like copyright, etc)
    15 $T2H_USE_ISO = 0;
    16 
    17 # list directories where @include files are searched for (besides the
    18 # directory of the doc file) additional '-I' args add to this list
    19 @T2H_INCLUDE_DIRS = push(@T2H_INCLUDE_DIRS, "..");
    20 
    21 # if set, show the Texinfo menus
    22 $T2H_SHOW_MENU = 1;
    23 
    24 # if set, number sections
    25 $T2H_NUMBER_SECTIONS = 1;
     10# -expand
     11# if set to "tex" (or, "info") expand @iftex and @tex (or, @ifinfo) sections
     12# else, neither expand @iftex, @tex, nor @ifinfo sections
     13$T2H_EXPAND = "tex";
    2614
    2715# if set, creates one html file per node
    28 $T2H_SPLIT_NODE = 1;
     16$T2H_SPLIT = 'node';
    2917
    3018# if set, puts html files into current directory, overwrites settings of
     
    4735$T2H_VERBOSE = 1;
    4836
    49 
    50371;      # This must be the last line
Note: See TracChangeset for help on using the changeset viewer.