diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-25 15:40:13 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-25 15:40:13 +0000 |
commit | eba0521f5d306a6194530c8ad5ef0f9b07c719ae (patch) | |
tree | 7db6dd64eb89dc7e0d1d12c186aa0e55bf6f3a2f | |
parent | f5a58859de4ef996442b9af97f26ceb6eb81b9f3 (diff) |
added messageoddness colection of patches to the manuals section
svn path=/trunk/; revision=4996
-rw-r--r-- | doc/Makefile | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index ff3bf5f1..ab395b45 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -26,7 +26,8 @@ include $(BUILDLAYOUT_DIR)/Makefile.buildlayout # #==============================================================================# -DOC_TARGETS = externals-howto media pd_fileformat pd-msg pddp tutorials +DOC_TARGETS = externals-howto media messageoddness pd_fileformat pd-msg pddp \ +tutorials # clean up after everything is installed final_setup: @@ -108,6 +109,23 @@ media_clean: -rmdir -- $(manualsdir)/$(MEDIA_NAME) + + +#------------------------------------------------------------------------------# +# MESSAGEODDNESS +MESSAGEODDNESS_NAME = MessageOddness +messageoddness_install: $(manualsdir) + install -d $(manualsdir)/$(MESSAGEODDNESS_NAME) + install -p $(doc_src)/additional/messageoddness/*.* \ + $(manualsdir)/$(MESSAGEODDNESS_NAME) + +messageoddness_clean: + -rm -f -- $(manualsdir)/$(MESSAGEODDNESS_NAME)/*.* + -rmdir -- $(manualsdir)/$(MESSAGEODDNESS_NAME) + + + + #------------------------------------------------------------------------------# # PD-MSG PD-MSG_NAME = pd-msg |