From 8bdf80c000c87bdab993292ec0d995e51d4b61fc Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 28 Nov 2005 06:54:19 +0000 Subject: - finally got a Linux Pd-extended release out, RC5 - built a tar.bz2 package maker with a generated Makefile for installing and uninstalling - switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards svn path=/trunk/; revision=4066 --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index af7e396a..003d0185 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -11,7 +11,7 @@ CWD := $(shell pwd) # these are designed to be overridden by the packages/Makefile cvs_root_dir = $(CWD)/.. -prefix = build +DESTDIR = $(CWD)/build/ BUILDLAYOUT_DIR = $(CWD) # default target -- cgit v1.2.1