mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
11 lines
324 B
Diff
11 lines
324 B
Diff
--- a/Rakefile
|
|
+++ b/Rakefile
|
|
@@ -17,7 +17,7 @@
|
|
|
|
SUMMARY = 'kramdown-parser-gfm provides a kramdown parser for the GFM dialect of Markdown'
|
|
|
|
-PKG_FILES = FileList.new(['COPYING', 'VERSION', 'CONTRIBUTERS', 'lib/**/*.rb', 'test/**/*'])
|
|
+PKG_FILES = FileList.new(['lib/**/*.rb'])
|
|
|
|
CLOBBER << "VERSION"
|
|
file 'VERSION' do
|