Changeset 80c3d1 in git for doc/Makefile.in


Ignore:
Timestamp:
Jul 7, 2000, 2:53:55 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0da97167daf40198e2a6c5db98c863bfa734f584
Parents:
782fcd8c3955b8e9aca01bb92e1f638eca463433
Message:
* texi2html update


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

Legend:

Unmodified
Added
Removed
  • doc/Makefile.in

    r782fcd8 r80c3d1  
    22###
    33### Makefile for Singular documentation
    4 ### $Id: Makefile.in,v 1.72 2000-07-05 12:04:20 obachman Exp $
     4### $Id: Makefile.in,v 1.73 2000-07-07 12:53:55 obachman Exp $
    55#####################################################################
    66SHELL=/bin/sh
     
    197197
    198198%.${SINGUNAME}.html : %.texi
    199         ${PERL} ${TEXI2HTML} $(UNAME_OPT) -init_file t2h_standalone.init -verbose -split none -o $@ $<
     199        ${PERL} ${TEXI2HTML} $(UNAME_OPT) -init_file t2h_standalone.init -verbose -split none -out_file $@ $<
    200200
    201201%.html : %.texi
    202         ${PERL} ${TEXI2HTML} -init_file t2h_standalone.init -verbose -split none -o $@ $<
     202        ${PERL} ${TEXI2HTML} -init_file t2h_standalone.init -verbose -split none -out_file $@ $<
    203203
    204204% : %.txt
Note: See TracChangeset for help on using the changeset viewer.