diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-28 06:54:19 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-28 06:54:19 +0000 |
commit | 8bdf80c000c87bdab993292ec0d995e51d4b61fc (patch) | |
tree | c0bab08aaac071bad8da9b449cb3cb2a1b40f4d0 /doc/Makefile | |
parent | c6102e81254e2ecd8286a58aa847bf2570c265aa (diff) |
- 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
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |