From 69f4f403c29f82b0254bc1aab762e9ee7eb4e1df Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 26 Apr 2009 23:45:54 +0000 Subject: relatorio is a templating library which provides a way to easily output all kind of different files (odt, ods, png, svg, ...). Adding support for more filetype is easy: you just have to create a plugin for this. relatorio also provides a report repository allowing you to link python objects and report together, find reports by mimetypes/name/python objects. WWW: http://relatorio.openhex.org/ PR: ports/133958 Submitted by: Wen Heping --- print/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'print/Makefile') diff --git a/print/Makefile b/print/Makefile index 54aa1f187e1f..2bfecaea9682 100644 --- a/print/Makefile +++ b/print/Makefile @@ -288,6 +288,7 @@ SUBDIR += py-fonttools SUBDIR += py-pdf SUBDIR += py-pyscript + SUBDIR += py-relatorio SUBDIR += py-reportlab SUBDIR += py-reportlab2 SUBDIR += py-rtf -- cgit