Revert "update docs"

This reverts commit 43ac01af5c.
This commit is contained in:
tdreyno 2009-10-22 17:25:15 -07:00
parent 43ac01af5c
commit 58d6fc94ea
49 changed files with 1372 additions and 0 deletions

4
lib/middleman.rb Normal file
View file

@ -0,0 +1,4 @@
libdir = File.dirname(__FILE__)
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
require 'middleman/base'