Changeset a72f9d1 in git


Ignore:
Timestamp:
Mar 7, 2000, 3:40:45 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
250c24a1d204e90387e32cb07e8f7a0e1f06fc98
Parents:
b74df82da5481f8597c226c901371bb6fb30e477
Message:
*hannes: perl may not be in /usr/local/bin...


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

Legend:

Unmodified
Added
Removed
  • doc/Makefile.in

    rb74df8 ra72f9d1  
    22###
    33### Makefile for Singular documentation
    4 ### $Id: Makefile.in,v 1.60 2000-02-21 17:48:17 Singular Exp $
     4### $Id: Makefile.in,v 1.61 2000-03-07 14:40:45 Singular Exp $
    55#####################################################################
    66SHELL=/bin/sh
     
    191191
    192192%.${SINGUNAME}.html : %.texi
    193         ${TEXI2HTML} -D UNAME -init_file t2h_standalone.init -verbose -split none -o $@ $<
     193        ${PERL5} ${TEXI2HTML} -D UNAME -init_file t2h_standalone.init -verbose -split none -o $@ $<
    194194
    195195%.html : %.texi
    196         ${TEXI2HTML} -init_file t2h_standalone.init -verbose -split none -o $@ $<
     196        ${PERL5} ${TEXI2HTML} -init_file t2h_standalone.init -verbose -split none -o $@ $<
    197197
    198198% : %.txt
Note: See TracChangeset for help on using the changeset viewer.