Changeset 3cc667 in git for doc/Makefile.in


Ignore:
Timestamp:
Jul 27, 2000, 3:53:00 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
685b4c7a0d254e7259815de12ed445787ae41326
Parents:
d5af678816041f78a45b76d6d42062c2733ede7b
Message:
* SuSE bug reported
* texi2html stuff


git-svn-id: file:///usr/local/Singular/svn/trunk@4493 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.in

    rd5af67 r3cc667  
    22###
    33### Makefile for Singular documentation
    4 ### $Id: Makefile.in,v 1.73 2000-07-07 12:53:55 obachman Exp $
     4### $Id: Makefile.in,v 1.74 2000-07-27 13:53:00 obachman Exp $
    55#####################################################################
    66SHELL=/bin/sh
     
    6565TEXI2HTML_INIT  = t2h_singular.init
    6666ifeq ($(VERBOSE),0)
    67 T2H_VERBOSE     = -no_verbose
     67T2H_VERBOSE     =
    6868else
    69 T2H_VERBOSE     = -verbose
     69T2H_VERBOSE     = -Verbose
    7070endif
    7171TEXI2HTML_OPTS  = -init_file ${TEXI2HTML_INIT} @TEXI2HTML_OPTS@ \
     
    197197
    198198%.${SINGUNAME}.html : %.texi
    199         ${PERL} ${TEXI2HTML} $(UNAME_OPT) -init_file t2h_standalone.init -verbose -split none -out_file $@ $<
     199        ${PERL} ${TEXI2HTML} $(UNAME_OPT) -init_file t2h_standalone.init -split none -out_file $@ $<
    200200
    201201%.html : %.texi
    202         ${PERL} ${TEXI2HTML} -init_file t2h_standalone.init -verbose -split none -out_file $@ $<
     202        ${PERL} ${TEXI2HTML} -init_file t2h_standalone.init -split none -out_file $@ $<
    203203
    204204% : %.txt
Note: See TracChangeset for help on using the changeset viewer.