Fix Rakefile for PDoc generation

This commit is contained in:
Samuel Lebeau 2009-01-01 12:15:17 +01:00 committed by Andrew Dupont
parent 8a999a0389
commit e819a241e2
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ desc "Builds the documentation."
task :doc do
require 'protodoc'
require 'pdoc'
require 'tempfile'
Tempfile.open("prototype-doc") do |temp|
source = File.join(PROTOTYPE_SRC_DIR, 'prototype.js')