update manifest

This commit is contained in:
Tom Preston-Werner 2008-11-22 00:17:35 -08:00
parent e63b9c0719
commit bb2984b82a
1 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Manifest.txt
README.textile
Rakefile
bin/jekyll
jekyll.gemspec
lib/jekyll.rb
lib/jekyll/convertible.rb
lib/jekyll/filters.rb
@ -10,7 +11,17 @@ lib/jekyll/layout.rb
lib/jekyll/page.rb
lib/jekyll/post.rb
lib/jekyll/site.rb
test/dest/2008/10/18/foo-bar.html
test/dest/2008/11/21/complex.html
test/dest/css/screen.css
test/dest/index.html
test/helper.rb
test/source/_layouts/default.html
test/source/_layouts/simple.html
test/source/_posts/2008-10-18-foo-bar.textile
test/source/_posts/2008-11-21-complex.textile
test/source/css/screen.css
test/source/index.html
test/suite.rb
test/test_jekyll.rb
test/test_post.rb