Changeset 0c7e78 in git for doc/Makefile.in


Ignore:
Timestamp:
Jun 18, 2008, 4:48:56 PM (16 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e65ce525de86011de379d3e868434ffacc13b68b
Parents:
575b64cf223bfc244640e9a9ca609d1604fe0281
Message:
Dokumention unter Windows bauen


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

Legend:

Unmodified
Added
Removed
  • doc/Makefile.in

    r575b64 r0c7e78  
    22###
    33### Makefile for Singular documentation
    4 ### $Id: Makefile.in,v 1.102 2008-04-28 13:55:10 Singular Exp $
     4### $Id: Makefile.in,v 1.103 2008-06-18 14:48:56 wienand Exp $
    55#####################################################################
    66SHELL=/bin/sh
     
    5858SINGULAR        = @SINGULAR@
    5959SINGULAR_LIB_DIR= ../Singular/LIB
     60ifeq ($(SINGUNAME),"ix86-Win")
     61LIBPARSE        = ${bindir}/libparse.exe
     62else
    6063LIBPARSE        = ${bindir}/libparse
     64endif
    6165DOC_SUBDIR      = ./d2t_singular
    6266EX_SUBDIR       = ./examples
Note: See TracChangeset for help on using the changeset viewer.