Update of /cvsroot/pure-data/externals/build/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4860
Modified Files: makefile Log Message: got everything working properly with the centralized build system; it should still be backwards compatible
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/build/doc/makefile,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** makefile 16 Nov 2005 23:21:49 -0000 1.19 --- makefile 16 Nov 2005 23:59:11 -0000 1.20 *************** *** 5,14 **** #
! SRC_ROOT_DIR := $(shell pwd)/../../.. INSTALL_PREFIX = .
all: install
- include ../Makefile.buildlayout
# this is here to retain compatibility to the way that this makefile copied --- 5,20 ---- #
! CWD := $(shell pwd) ! ! # these are setup to be overridden by the packages/Makefile ! SRC_ROOT_DIR := $(CWD)/../../.. INSTALL_PREFIX = . + BUILDLAYOUT_DIR = $(CWD)/..
all: install + echo "Completed externals/doc build!" + + include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
# this is here to retain compatibility to the way that this makefile copied *************** *** 16,20 **** HELP_DEST = .
! install: #---------------------------------------------------------------------------- # all standard objs' help files --- 22,26 ---- HELP_DEST = .
! install: $(HELP_DEST) #---------------------------------------------------------------------------- # all standard objs' help files