Changeset 0c7e78 in git
- Timestamp:
- Jun 18, 2008, 4:48:56 PM (15 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- e65ce525de86011de379d3e868434ffacc13b68b
- Parents:
- 575b64cf223bfc244640e9a9ca609d1604fe0281
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.in
r575b64 r0c7e78 2 2 ### 3 3 ### Makefile for Singular documentation 4 ### $Id: Makefile.in,v 1.10 2 2008-04-28 13:55:10 SingularExp $4 ### $Id: Makefile.in,v 1.103 2008-06-18 14:48:56 wienand Exp $ 5 5 ##################################################################### 6 6 SHELL=/bin/sh … … 58 58 SINGULAR = @SINGULAR@ 59 59 SINGULAR_LIB_DIR= ../Singular/LIB 60 ifeq ($(SINGUNAME),"ix86-Win") 61 LIBPARSE = ${bindir}/libparse.exe 62 else 60 63 LIBPARSE = ${bindir}/libparse 64 endif 61 65 DOC_SUBDIR = ./d2t_singular 62 66 EX_SUBDIR = ./examples
Note: See TracChangeset
for help on using the changeset viewer.