diff options
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile index 820e3d2d..902f25eb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -195,9 +195,9 @@ tutorials_install: $(manualsdir) install -p $(doc_src)/tutorials/networking/*.* $(manualsdir)/3.Networking install -p $(abstractions_src)/pddp/+pager.pd $(manualsdir)/3.Networking # physical - install -d $(manualsdir)/4.Physical - install -p $(doc_src)/tutorials/physical/*.* $(manualsdir)/4.Physical - install -p $(abstractions_src)/pddp/+pager.pd $(manualsdir)/4.Physical +# install -d $(manualsdir)/4.Physical +# install -p $(doc_src)/tutorials/physical/*.* $(manualsdir)/4.Physical +# install -p $(abstractions_src)/pddp/+pager.pd $(manualsdir)/4.Physical tutorials_clean: -rm -f -- $(manualsdir)/PdDrums/*.* |