Ticket #27601: patch-Makefile.diff
File patch-Makefile.diff, 572 bytes (added by paaguti@…, 14 years ago) |
---|
-
Makefile
old new 16 16 #Uncomment for some windows machines (neither needed for djgpp nor for MinGW) 17 17 #EXE_SUFFIX=.exe 18 18 19 #Uncomment next line for DOS/Windows20 #PREFIX_DRIVE=C:21 22 19 #Base directory - adapt as needed 23 20 # Unix: 24 PREFIX?=$(PREFIX_DRIVE)/usr/local 25 # Windows: 21 PREFIX?=$(DESTDIR)/opt/local 22 #Uncomment next line for DOS/Windows 23 #PREFIX_DRIVE=C: 26 24 #PREFIX?=$(PREFIX_DRIVE)/PROGRA~1/latex2rtf 27 25 28 26 #Name of executable binary --- beware of 8.3 restriction under DOS