Skip to content
Snippets Groups Projects
Commit 0e135af5 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

added new docs to the doc install

parent 4434a6fb
No related branches found
No related tags found
No related merge requests found
......@@ -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 ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment