From 0e135af5573687afccd723f9adb21708d046b4c9 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Wed, 19 Mar 2014 13:17:54 -0400
Subject: [PATCH] added new docs to the doc install

---
 pd/src/makefile.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pd/src/makefile.in b/pd/src/makefile.in
index a0dc46c73..0b0f377f3 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 ; \
-- 
GitLab