diff --git a/pd/src/makefile.in b/pd/src/makefile.in index a0dc46c73fd86e23cd0a0de5df8fdc10a52f440b..0b0f377f3dd3eaac4f5c131b057819dc0e35eebb 100644 --- a/pd/src/makefile.in +++ b/pd/src/makefile.in @@ -227,6 +227,9 @@ install: all tkpath tkdnd install -d $(DESTDIR)$(pddocdir)/$$dir ; \ install -m644 -p ../doc/$$dir/*.* $(DESTDIR)$(pddocdir)/$$dir ; \ done +# kludge install of additional pd-l2ork data structures docs + cp -rf ../doc/4.data.structures/pd-l2ork $(DESTDIR)$(pddocdir)/4.data.structures/ +# and now the rest for dir in $(shell ls -1 ../doc/7.stuff | grep -v CVS); do \ echo "installing 7.stuff/$$dir"; \ install -d $(DESTDIR)$(pddocdir)/7.stuff/$$dir ; \