From: Michael Tremer Date: Sun, 18 Mar 2012 17:03:08 +0000 (+0100) Subject: Add DOC template. X-Git-Tag: 0.9.21~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b40279562953a6b3d13e394682a340e0c9f2b1b;p=pakfire.git Add DOC template. --- diff --git a/macros/templates.macro b/macros/templates.macro index b341e56cc..76dcf6943 100644 --- a/macros/templates.macro +++ b/macros/templates.macro @@ -78,4 +78,13 @@ packages /usr/src/debug end end + + template DOCS + summary = Documentation from the %{name} package. + description = %{summary} + + files + %{datadir}/doc + end + end end