[PD-cvs] doc Makefile,1.23,1.24

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Sep 25 03:33:20 CEST 2006


Update of /cvsroot/pure-data/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19138

Modified Files:
	Makefile 
Log Message:
shorted paths to files

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/doc/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Makefile	20 Sep 2006 16:58:31 -0000	1.23
--- Makefile	25 Sep 2006 01:33:18 -0000	1.24
***************
*** 11,15 ****
  
  # these are designed to be overridden by the packages/Makefile
! cvs_root_dir = $(CWD)/..
  DESTDIR = $(CWD)/build/
  BUILDLAYOUT_DIR = $(cvs_root_dir)/packages
--- 11,15 ----
  
  # these are designed to be overridden by the packages/Makefile
! cvs_root_dir := $(shell cd $(CWD)/.. && pwd)
  DESTDIR = $(CWD)/build/
  BUILDLAYOUT_DIR = $(cvs_root_dir)/packages





More information about the Pd-cvs mailing list