diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-06-18 17:56:03 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-06-18 17:56:03 +0000 |
commit | c74d528d30aa0623e5e00069d4521bb683564756 (patch) | |
tree | 7600bbcf87915241af54df7df68604ea17d04006 /doc | |
parent | e3a261325af130fadcd2833c756aad67eb083980 (diff) |
there is nothing in the Physical tutorials yet, so better not install them
svn path=/trunk/; revision=10033
Diffstat (limited to 'doc')
-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/*.* |