Ticket #11204: patch-makefile

File patch-makefile, 449 bytes (added by master@…, 17 years ago)
Line 
1--- makefile.org        2005-06-10 13:41:00.000000000 +0400
2+++ makefile    2006-12-29 23:38:13.000000000 +0300
3@@ -45,10 +45,10 @@
4 
5 include $(SRCDIR)/common.mak
6 
7-EPSTOOL_ROOT=/usr/local
8+EPSTOOL_ROOT=
9 EPSTOOL_BASE=$(prefix)$(EPSTOOL_ROOT)
10 EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc/epstool-$(EPSTOOL_VERSION)
11-EPSTOOL_MANDIR=$(EPSTOOL_BASE)/man
12+EPSTOOL_MANDIR=$(EPSTOOL_BASE)/share/man
13 EPSTOOL_BINDIR=$(EPSTOOL_BASE)/bin
14 
15 epstool: $(BD)epstool$(EXE)