diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-11-18 23:57:04 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-11-18 23:57:04 +0000 |
commit | 22f7a8df230705c88f113d02066a41533a92cab5 (patch) | |
tree | c0ad4bf2360934df719e825bb6cac17df47b0723 /cyclone/Makefile.libdir | |
parent | 38c8dac634550a829b064177b9919eaa4697821f (diff) |
include text files with notes in manual/
svn path=/trunk/externals/miXed/; revision=15795
Diffstat (limited to 'cyclone/Makefile.libdir')
-rw-r--r-- | cyclone/Makefile.libdir | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cyclone/Makefile.libdir b/cyclone/Makefile.libdir index 4e1d76f..0d46759 100644 --- a/cyclone/Makefile.libdir +++ b/cyclone/Makefile.libdir @@ -96,6 +96,9 @@ install: cyclone $(INSTALL_DATA) cyclone-meta.pd $(DESTDIR)$(objectsdir)/cyclone $(INSTALL_DATA) ../LICENSE.txt $(DESTDIR)$(objectsdir)/cyclone $(INSTALL_DATA) README.txt $(DESTDIR)$(objectsdir)/cyclone + $(INSTALL_DIR) $(DESTDIR)$(objectsdir)/cyclone/manual + $(INSTALL_DATA) ../doc/help/cyclone/coll.txt hammer/pd-lib-notes.txt \ + $(DESTDIR)$(objectsdir)/cyclone/manual # cyclone is compiled straight into $(OUT_DIR), yes a kludge, but the code of # this build system is impenetrable $(MAKE) OUT_DIR=$(DESTDIR)$(objectsdir)/cyclone |