Changeset 919954f in git for doc


Ignore:
Timestamp:
Oct 30, 2009, 10:37:25 AM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9d4824d677992296ad939e91ee83afa18cb386cc
Parents:
871b4b9903e52213223dc98aaa97b94578885ebd
Message:
*hannes: newer texi2dvi do not produce dvi


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

Legend:

Unmodified
Added
Removed
  • doc/Makefile.in

    r871b4b9 r919954f  
    22###
    33### Makefile for Singular documentation
    4 ### $Id: Makefile.in,v 1.108 2009-05-25 09:22:51 Singular Exp $
     4### $Id: Makefile.in,v 1.109 2009-10-30 09:37:25 Singular Exp $
    55#####################################################################
    66SHELL=/bin/sh
     
    4545TEX             = tex
    4646MAKEINFO        = @MAKEINFO@ --force
    47 TEXI2DVI        = @TEXI2DVI@
    4847TEXI2PDF        = @TEXI2PDF@
    4948TEXINDEX        = @TEXINDEX@
     
    135134
    136135singular.dvi: ${MANUAL_FILES} singular.tex s-plural.tex s-plulibs.tex
    137         ${TEXI2DVI} singular.tex
     136        tex singular.tex
     137        tex singular.tex
     138        tex singular.tex
    138139
    139140singular.pdf: ${MANUAL_FILES} singular.tex s-plural.tex s-plulibs.tex
     
    141142
    142143manual.dvi: ${MANUAL_FILES} manual.tex s-plural.tex s-plulibs.tex
    143         ${TEXI2DVI} manual.tex
     144        tex manual.tex
     145        tex manual.tex
     146        tex manual.tex
    144147
    145148tutor.dvi: ${TUTOR_FILES}
    146         ${TEXI2DVI} tutor.tex
     149        tex tutor.tex
     150        tex tutor.tex
     151        tex tutor.tex
    147152
    148153tutor.pdf: ${TUTOR_FILES}
Note: See TracChangeset for help on using the changeset viewer.