Changeset 94116e in git for doc


Ignore:
Timestamp:
Mar 8, 2021, 10:58:48 PM (3 years ago)
Author:
Matthias Koeppe <mkoeppe@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
3664599bd33fee3cfa7cae8e08b9d6faf94adfff
Parents:
e312c9197391ebdeaa84d3ee4c9043c9a37ce9ff
Message:
Configure subdirectory doc
File:
1 moved

Legend:

Unmodified
Added
Removed
  • doc/Makefile.in

    re312c9 r94116e  
    1111SINGUNAME       = spielwiese
    1212
    13 bindir          = @bindir@
     13bindir          = @top_build_dir@/Singular
     14EXEEXT          = @EXEEXT@
    1415
    1516##
     
    2122PERL            = perl
    2223TEX             = tex
    23 MAKEINFO        = makeinfo --force
     24MAKEINFO        = @MAKEINFO@ --force
    2425TEXI2PDF        = @TEXI2PDF@
    2526TEXINDEX        = @TEXINDEX@
    2627# use our local texi2html
    2728TEXI2HTML       = ./texi2html
    28 DVIPS           = dvips
     29DVIPS           = @DVIPS@
    2930
    3031VERBOSE         = 1 # override this with make VERBOSE=2
    3132
    3233# d2t stuff
    33 SINGULAR        = /scratch/hannes/billbo-sw/Singular/Singular
     34SINGULAR        = ${bindir}
    3435SINGULAR_LIB_DIR= ../Singular/LIB
    35 ifeq ($(SINGUNAME),"ix86-Win")
    36 LIBPARSE        = ${bindir}/libparse.exe
    37 else
    38 LIBPARSE        = ./libparse
    39 endif
     36LIBPARSE        = ${bindir}/libparse${EXEEXT}
    4037DOC_SUBDIR      = ./d2t_singular
    4138EX_SUBDIR       = ./examples
Note: See TracChangeset for help on using the changeset viewer.