From eba0521f5d306a6194530c8ad5ef0f9b07c719ae Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 25 Apr 2006 15:40:13 +0000 Subject: added messageoddness colection of patches to the manuals section svn path=/trunk/; revision=4996 --- doc/Makefile | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1