makemake.in.patch revision 328
328N/A--- src.orig/makemake.in Fri Oct 24 06:27:58 2008
328N/A+++ src/makemake.in Mon Feb 2 15:48:08 2009
328N/A@@ -1826,7 +1826,7 @@
328N/A echol "# make distrib VERSION_SUFFIX=pre"
328N/A echol "VERSION_SUFFIX="
328N/A echol "# The distribution's top directory"
328N/A-echol 'TOPDIR=clisp-$(VERSION)$(VERSION_SUFFIX)'
328N/A+echol 'TOPDIR=clisp'
328N/A echol
328N/A echol '# Directories used by "make install":'
328N/A echol "prefix = ${PREFIX}"
328N/A@@ -3379,8 +3379,8 @@
328N/A case $f in
328N/A clisp.html | clisp.1 | clisp-1.html)
328N/A if [ $HOS = win32 ];
328N/A- then platform_line=" | sed -e \"s,@PLATFORM@,${TSYS},g\""
328N/A- else platform_line=" | sed -e \"s,@PLATFORM@,${host},g\""
328N/A+ then platform_line=" | sed -e \"s,Platform: @PLATFORM@,User Commands,g\""
328N/A+ else platform_line=" | sed -e \"s,Platform: @PLATFORM@,User Commands,g\""
328N/A fi
328N/A sourcedir=${SRCDOCDIR} ;;
328N/A *) sourcedir=${SRCDIR} ;;