Ticket #27601: patch-Makefile.diff

File patch-Makefile.diff, 572 bytes (added by paaguti@…, 13 years ago)

patch file for Makefile

  • Makefile

    old new  
    1616#Uncomment for some windows machines (neither needed for djgpp nor for MinGW)
    1717#EXE_SUFFIX=.exe
    1818
    19 #Uncomment next line for DOS/Windows
    20 #PREFIX_DRIVE=C:
    21 
    2219#Base directory - adapt as needed
    2320# Unix:
    24 PREFIX?=$(PREFIX_DRIVE)/usr/local
    25 # Windows:
     21PREFIX?=$(DESTDIR)/opt/local
     22#Uncomment next line for DOS/Windows
     23#PREFIX_DRIVE=C:
    2624#PREFIX?=$(PREFIX_DRIVE)/PROGRA~1/latex2rtf
    2725
    2826#Name of executable binary --- beware of 8.3 restriction under DOS