Skip to content

Commit

Permalink
Change README included in distributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemanett committed Apr 28, 2020
1 parent 8186f49 commit 3f35fd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif
DSP_SOURCES = $(wildcard src/dsp/*cpp src/dsp/filters/*cpp)
SOURCES = $(wildcard src/*.cpp) $(DSP_SOURCES)

DISTRIBUTABLES += $(wildcard LICENSE* README*) res
DISTRIBUTABLES += $(wildcard LICENSE* README-dist.txt) res

RACK_DIR ?= ../..
include $(RACK_DIR)/plugin.mk
Expand Down
5 changes: 5 additions & 0 deletions README-dist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

BogaudioModules -- Modules for VCV Rack

For information on this VCV Rack plugin, and documentation for each module, go to:
https://github.com/bogaudio/BogaudioModules

0 comments on commit 3f35fd3

Please sign in to comment.