--- similarity-tester-2.62.orig/Makefile
+++ similarity-tester-2.62/Makefile
@@ -42,12 +42,12 @@
# Locations
DIR = /home/dick
-BINDIR = $(DIR)/bin.`$(DIR)/bin/arch`
-MAN1DIR = $(DIR)/man/man1
+BINDIR = $(PWD)/debian/similarity-tester/usr/bin
+MAN1DIR = $(PWD)/debian/similarity-tester/usr/share/man/man1
WWWDIR = $(DIR)/www
# Commands
-COPY = cp -p
+COPY = install
EXE = #
LEX = flex
LN = ln
@@ -55,26 +55,6 @@
VIEWDVI = gs
################################################################
-# For MSDOS + MinGW
-
-SYSTEM = MSDOS
-SUBSYSTEM = MinGW
-
-# Locations
-DIR = C:/BIN
-BINDIR = C:/BIN
-MAN1DIR = C:/BIN
-WWWDIR = ~/Documents/www
-
-# Commands (cp required, since xcopy cannot handle forward slashes)
-COPY = cp -p
-EXE = .exe
-LEX = flex
-LN = ln
-ZIP = zip -o
-VIEWDVI = yap
-
-################################################################
# General, compiling:
CC = gcc -D$(SYSTEM) -D$(SUBSYSTEM)
LINT = lint -ansi -D$(SYSTEM) -D$(SUBSYSTEM)