From cfa32735093dc01065be40312682c694d8c152d5 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 13 Dec 2011 23:08:21 +0100 Subject: new locale files --- pavement.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pavement.py') diff --git a/pavement.py b/pavement.py index e2ac10b81..cd52b6f1a 100644 --- a/pavement.py +++ b/pavement.py @@ -3,6 +3,7 @@ from paver.easy import * from paver.setuputils import setup +from paver.doctools import cog import sys import re @@ -83,6 +84,9 @@ options( dir="env", python="python2", virtual="virtualenv2", + ), + cog=Bunch( + pattern="*.py", ) ) @@ -91,6 +95,7 @@ xargs = ["--from-code=utf-8", "--copyright-holder=pyLoad Team", "--package-name= "--package-version=%s" % options.version, "--msgid-bugs-address='bugs@pyload.org'"] @task +@needs('cog') def html(): """Build html documentation""" module = path("docs") / "module" -- cgit v1.2.3