iainctduncan / scheme-for-pd

Pure Data port of the Scheme For Max external, providing an embedded S7 Scheme/Lisp interpreter for scripting and live-coding Pure Data in Scheme Lisp.
BSD 3-Clause "New" or "Revised" License
66 stars 5 forks source link

files missing from "make install" #4

Closed umlaeute closed 3 years ago

umlaeute commented 3 years ago

make install installs scm4pd.pd_linux and the README.md.

However, a couple of files are not installed, including:

datafiles += \
  patchers/s4pd-help.pd \
  $(wildcard scm/*.scm) \
  $(empty)
iainctduncan commented 3 years ago

thanks. Can you clarify, I add that snippet to the Makefile? I will remove the patchers dir and just put help at top level.

umlaeute commented 3 years ago

yes.

Fixed with d4596b9a3f2ee654975f5dca44de5ddc81dfb8da