summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-09-02 10:55:55 -0600
committermo khan <mo.khan@gmail.com>2019-09-02 10:55:55 -0600
commit016d683da8d6a5758b4b9d4dcb59fe659f352990 (patch)
tree2404542f3f5e0145d05749f0f6c42ee0aea297ca /Rakefile
parent6fbb0124de839147705bb6d78b42d0862d53660c (diff)
include pdfs in docs dir
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 08ed221..e9c6006 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ Rake::PackageTask.new("comp-268-2", DateTime.now.strftime("%y%m").to_i) do |pack
'Gemfile*',
'README.*',
'Rakefile',
- 'doc',
+ 'doc/*.pdf',
'package.json',
'pom.xml',
'src/**/*.java',