From cba03bac01a276d3928b333fc92df93de84756e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 24 Nov 2020 10:51:45 +0100 Subject: [PATCH] make path to Makefile.pdlibbuilder settable in the example i *really* want to encourage people to use a settable path. it makes packaging a *lot* easier if it is possible to use an upgraded Makefile.pdlibbuilder --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 234d469..41b37fd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ Makefile.pdlibbuilder at the end of the Makefile. Like so: datafiles = myclass1-help.pd myclass2-help.pd README.txt LICENSE.txt - include Makefile.pdlibbuilder + PDLIBBUILDER_DIR=. + include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder For files in class.sources it is assumed that class name == source file