Description: Do not attempt to install files dropped from upstream sources
 Since Debian removes the generated (and outdated) README.pdf from the source
 package, we cannot install it...
Author: IOhannes m zmölnig
Origin: Debian
Forwarded: not-needed
Last-Update: 2023-07-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- pd-cyclone.orig/Makefile
+++ pd-cyclone/Makefile
@@ -327,7 +327,7 @@
 $(wildcard documentation/help_files/*.pd) \
 $(wildcard documentation/extra_files/*.*) \
 LICENSE.txt \
-README.pdf \
+README.md \
 
 # "libwinpthread-1.dll" is required for Windows installation when compiling with Msys2. 
 # It can be found in the MinGW directory (usually "C:\msys64\mingw64\bin" for 64bit builds 
